Skip to content

Commit 984cd1e

Browse files
back to newest sphinx
1 parent 2d98a20 commit 984cd1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def get_version():
6262
pygments_style = "sphinx"
6363

6464
autoclass_content = "both"
65-
autodoc_default_flags = ["show-inheritance", "members"]
65+
autodoc_default_options = { "members": True, "show-inheritance": True }
6666
autodoc_member_order = "bysource"
6767

6868
html_theme = "sphinx_rtd_theme"

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx==2.4.0
1+
sphinx==4.2.0
22
sphinx_rtd_theme==1.0.0

0 commit comments

Comments
 (0)