diff --git a/source/conf.py b/source/conf.py index 8841a28..0624e3b 100644 --- a/source/conf.py +++ b/source/conf.py @@ -35,5 +35,6 @@ html_css_files = [ ] html_theme_options = { 'navigation_depth': -1, + 'sticky_navigation': False, 'collapse_navigation': False, }