diff --git a/source/conf.py b/source/conf.py index c07b275..5acfd6e 100644 --- a/source/conf.py +++ b/source/conf.py @@ -34,7 +34,9 @@ html_css_files = [ 'css/custom.css', ] html_theme_options = { - 'navigation_depth': 4, + 'collapse_navigation': False, + 'sticky_navigation': True, + 'navigation_depth': -1, 'includehidden': True, 'titles_only': False }