From 949e0279c0481f5ec44a2687f358ae8ec7bc80d1 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 9 Oct 2023 18:17:01 -0400 Subject: Add module members to table of contents in api docs --- api-docs/source/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'api-docs') 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. -- cgit v1.3.1