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 c4f6426 commit 9a1c08bCopy full SHA for 9a1c08b
docs/conf.py
@@ -108,6 +108,11 @@
108
# sphinx.ext.autodoc
109
autoclass_content = "both"
110
autodoc_member_order = "bysource"
111
+# Automatically extract typehints when specified and place them in
112
+# descriptions of the relevant function/method.
113
+autodoc_typehints = "description"
114
+# Don't show class signature with the class' name.
115
+autodoc_class_signature = "separated"
116
toc_object_entries_show_parents = "hide"
117
118
# sphinx-copybutton
0 commit comments