Skip to content

Commit

Permalink
chore: fix generated docs (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
farleyb-amazon committed Nov 12, 2021
1 parent 7950abd commit 1e1d11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_version():
pygments_style = "sphinx"

autoclass_content = "both"
autodoc_default_flags = ["show-inheritance", "members"]
autodoc_default_options = {"show-inheritance": True, "members": True}
autodoc_member_order = "bysource"

html_theme = "sphinx_rtd_theme"
Expand Down

0 comments on commit 1e1d11f

Please sign in to comment.