summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2023-10-09 18:17:01 -0400
committerJosh Ferrell <josh@vector35.com>2023-10-09 18:17:01 -0400
commit949e0279c0481f5ec44a2687f358ae8ec7bc80d1 (patch)
treec682da311bddb5c384edadad586a4879a84b8798
parent9daa1b21ceb4e88868c8ef9be8d745dadef3e9d8 (diff)
Add module members to table of contents in api docs
-rw-r--r--api-docs/source/conf.py6
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.