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 2d98a20 commit 984cd1eCopy full SHA for 984cd1e
doc/conf.py
@@ -62,7 +62,7 @@ def get_version():
62
pygments_style = "sphinx"
63
64
autoclass_content = "both"
65
-autodoc_default_flags = ["show-inheritance", "members"]
+autodoc_default_options = { "members": True, "show-inheritance": True }
66
autodoc_member_order = "bysource"
67
68
html_theme = "sphinx_rtd_theme"
doc/requirements.txt
@@ -1,2 +1,2 @@
1
-sphinx==2.4.0
+sphinx==4.2.0
2
sphinx_rtd_theme==1.0.0
0 commit comments