Skip to content

Commit

Permalink
docs: Enable github banner and fixed sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
defnull committed Nov 27, 2024
1 parent 382e8ae commit 54209b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@
# a list of builtin themes.
#
#html_theme = "sphinx_rtd_theme"
html_theme_options = {
'github_user': 'defnull',
'github_repo': 'multipart',
'fixed_sidebar': True,
'github_banner': True,
'github_button': False,
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit 54209b9

Please sign in to comment.