mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 23:43:31 +01:00
Set and configure Sphinx theme "alabaster"
- Fixed sidebar - Sidebar collapse (default but make sure)
This commit is contained in:
parent
8260427168
commit
9e972fe8ae
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue