diff --git a/docs/conf.py b/docs/conf.py index cb7596c55..ddd63e962 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,3 +49,8 @@ man_pages = [ ('reference/config', 'beetsconfig', 'beets configuration file', [AUTHOR], 5), ] + +# Options for Alabaster theme +html_theme_options = { + "fixed_sidebar": True +}