Skip to content

Commit 8e41057

Browse files
committed
fix sphinx deprecation error
1 parent 32a3874 commit 8e41057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
# -- sphinx.ext.autodoc --
9797

9898
# show base classes for autodoc
99-
autodoc_default_flags = ["show-inheritance", "inherited-members"]
99+
autodoc_default_options = ["show-inheritance", "inherited-members"]
100100
# order autodoc members by their order in the source
101101
autodoc_member_order = "bysource"
102102

0 commit comments

Comments
 (0)