diff options
Diffstat (limited to 'api-docs/source/conf.py')
| -rw-r--r-- | api-docs/source/conf.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index efe86520..cfab6194 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -115,7 +115,7 @@ Full Class List *************** .. toctree:: - :maxdepth: 1 + :maxdepth: 2 ''') @@ -264,7 +264,9 @@ html_theme_options = { 'display_version': True, 'style_external_links': True, 'collapse_navigation': True, #Change to have all modules expandable from the start - 'titles_only': True + 'navigation_depth': 2, + 'titles_only': False, + 'sticky_navigation': False, } # Add any paths that contain custom themes here, relative to this directory. |
