Set and configure Sphinx theme "alabaster"

- Fixed sidebar
- Sidebar collapse (default but make sure)
This commit is contained in:
J0J0 Todos 2023-10-20 15:43:01 +02:00
parent 8260427168
commit 9e972fe8ae

View file

@ -60,8 +60,9 @@ man_pages = [
]
# Options for Alabaster theme
html_theme = 'alabaster'
html_theme_options = {
"fixed_sidebar": True
"fixed_sidebar": True,
"sidebar_collapse": True, # only expands active chapter in sidebar
}
# html_static_path = ['assets']
html_logo = "assets/beets_logo.png"