mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 03:52:51 +01:00
Fixate sidebar in docs Alabaster theme
This is a quickfix to get back the behaviour we previously had with the readthedocs theme. There could be adjusted and fixed more, but postpone that and do in a proper PR.
This commit is contained in:
parent
c15ccb16bf
commit
e9dd345601
1 changed files with 5 additions and 0 deletions
|
|
@ -49,3 +49,8 @@ man_pages = [
|
|||
('reference/config', 'beetsconfig', 'beets configuration file',
|
||||
[AUTHOR], 5),
|
||||
]
|
||||
|
||||
# Options for Alabaster theme
|
||||
html_theme_options = {
|
||||
"fixed_sidebar": True
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue