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 544e20b commit 0d612a3Copy full SHA for 0d612a3
docs/conf.py
@@ -22,7 +22,6 @@
22
extensions = [
23
"sphinx.ext.autodoc",
24
"autoapi.extension",
25
- "sphinx.ext.autosummary",
26
"sphinx_autodoc_typehints",
27
"sphinx.ext.intersphinx",
28
"sphinx.ext.todo",
@@ -89,7 +88,6 @@
89
88
# sphinx.ext.autodoc
90
autoclass_content = "both"
91
autodoc_member_order = "bysource"
92
-autosummary_generate = True
93
94
# sphinx-autodoc-typehints
95
autodoc_typehints = "description" # show type hints in doc body instead of signature
0 commit comments