Skip to content

Commit 450b532

Browse files
committed
Updating HTML documentation configuration so that the sidebar allows us to navigate to functions within each class.
1 parent 49d628f commit 450b532

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/source/conf.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@
112112
# further. For a list of options available for each theme, see the
113113
# documentation.
114114
#
115-
# html_theme_options = {}
115+
html_theme_options = {
116+
'navigation_depth': 6 # Adjust the number to control the depth
117+
}
118+
116119

117120
# Add any paths that contain custom static files (such as style sheets) here,
118121
# relative to this directory. They are copied after the builtin static files,
@@ -196,3 +199,4 @@
196199
# Autodoc settings
197200
autoclass_content = "both"
198201
autodoc_member_order = "bysource"
202+

0 commit comments

Comments
 (0)