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:
J0J0 Todos 2023-09-21 07:23:47 +02:00
parent c15ccb16bf
commit e9dd345601

View file

@ -49,3 +49,8 @@ man_pages = [
('reference/config', 'beetsconfig', 'beets configuration file',
[AUTHOR], 5),
]
# Options for Alabaster theme
html_theme_options = {
"fixed_sidebar": True
}