Skip to content

Commit

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

html_theme = 'haiku'
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': '20%',
'sidebar_width': '60%'
}

0 comments on commit 01054fe

Please sign in to comment.