We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea4164 commit 24165e1Copy full SHA for 24165e1
docs/source/conf.py
@@ -145,6 +145,10 @@ def extract_pyproject_metadata():
145
146
add_module_names = False
147
148
+# Hide class name prefix in page TOC (e.g., show "default_search_space" instead of
149
+# "AckleyFunction.default_search_space")
150
+toc_object_entries_show_parents = "hide"
151
+
152
# The name of the Pygments (syntax highlighting) style to use.
153
pygments_style = "sphinx"
154
0 commit comments