Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Nov 2, 2024
1 parent 918cd8b commit 3335a24
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,4 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_sidebars = {
'**': [
'about.html',
'searchfield.html',
'navigation.html',
'relations.html',
'donate.html',
]
}
html_theme_options = {
'fixed_sidebar': 'true',
'show_relbar_bottom': 'true',
'page_width': '80rem',
'sidebar_width': '20rem'
}
html_theme = 'sphinx_rtd_theme'

0 comments on commit 3335a24

Please sign in to comment.