diff options
| author | Josh Ferrell <josh@vector35.com> | 2023-10-09 18:17:01 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2023-10-09 18:17:01 -0400 |
| commit | 949e0279c0481f5ec44a2687f358ae8ec7bc80d1 (patch) | |
| tree | c682da311bddb5c384edadad586a4879a84b8798 /api-docs | |
| parent | 9daa1b21ceb4e88868c8ef9be8d745dadef3e9d8 (diff) | |
Add module members to table of contents in api docs
Diffstat (limited to 'api-docs')
| -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. |
