Skip to content

Commit cd522c3

Browse files
fix(python): change autodoc_default_flags to autodoc_default_options (#629)
1 parent b10590a commit cd522c3

File tree

1 file changed

+1
-1
lines changed
  • synthtool/gcp/templates/python_library/docs

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/python_library/docs/conf.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extensions = [
4343

4444
# autodoc/autosummary flags
4545
autoclass_content = "both"
46-
autodoc_default_flags = ["members"]
46+
autodoc_default_options = {"members": True}
4747
autosummary_generate = True
4848

4949

0 commit comments

Comments
 (0)