diff --git a/source/conf.py b/source/conf.py index 0624e3b..3b295f1 100644 --- a/source/conf.py +++ b/source/conf.py @@ -37,4 +37,6 @@ html_theme_options = { 'navigation_depth': -1, 'sticky_navigation': False, 'collapse_navigation': False, + 'globaltoc_collapse': False, + 'globaltoc_maxdepth': -1, }