Skip to content

Commit 1e1d11f

Browse files
chore: fix generated docs (aws#383)
1 parent 7950abd commit 1e1d11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def get_version():
5959
pygments_style = "sphinx"
6060

6161
autoclass_content = "both"
62-
autodoc_default_flags = ["show-inheritance", "members"]
62+
autodoc_default_options = {"show-inheritance": True, "members": True}
6363
autodoc_member_order = "bysource"
6464

6565
html_theme = "sphinx_rtd_theme"

0 commit comments

Comments
 (0)