We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d64d66 commit 59e0612Copy full SHA for 59e0612
docs/source/conf.py
@@ -96,7 +96,11 @@
96
# -- sphinx.ext.autodoc --
97
98
# show base classes for autodoc
99
-autodoc_default_flags = ["show-inheritance", "inherited-members"]
+autodoc_default_options = {
100
+ "show-inheritance": True,
101
+ "inherited-members": True,
102
+ "member-order": "bysource",
103
+}
104
# order autodoc members by their order in the source
105
autodoc_member_order = "bysource"
106
requirements/docs.txt
@@ -1,4 +1,4 @@
1
-sphinx ==2.2.0
+sphinx ==3.2.1
2
sphinx-autodoc-typehints ==1.7.0
3
furo ==2020.10.13b12
4
sphinx-panels ==0.5.0
0 commit comments