Skip to content

Commit 0d612a3

Browse files
committed
docs: Remove sphinx.ext.autosummary
1 parent 544e20b commit 0d612a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
extensions = [
2323
"sphinx.ext.autodoc",
2424
"autoapi.extension",
25-
"sphinx.ext.autosummary",
2625
"sphinx_autodoc_typehints",
2726
"sphinx.ext.intersphinx",
2827
"sphinx.ext.todo",
@@ -89,7 +88,6 @@
8988
# sphinx.ext.autodoc
9089
autoclass_content = "both"
9190
autodoc_member_order = "bysource"
92-
autosummary_generate = True
9391

9492
# sphinx-autodoc-typehints
9593
autodoc_typehints = "description" # show type hints in doc body instead of signature

0 commit comments

Comments
 (0)