We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2a25b commit 6279b2dCopy full SHA for 6279b2d
Doc/conf.py
@@ -68,6 +68,10 @@
68
# Minimum version of sphinx required
69
needs_sphinx = '4.2'
70
71
+# Create table of contents entries for domain objects (e.g. functions, classes,
72
+# attributes, etc.). Default is True.
73
+toc_object_entries = False
74
+
75
# Ignore any .rst files in the includes/ directory;
76
# they're embedded in pages but not rendered individually.
77
# Ignore any .rst files in the venv/ directory.
0 commit comments