Skip to content

Commit

Permalink
fix(python): change autodoc_default_flags to autodoc_default_options (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani committed Jun 18, 2020
1 parent b10590a commit cd522c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/python_library/docs/conf.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extensions = [

# autodoc/autosummary flags
autoclass_content = "both"
autodoc_default_flags = ["members"]
autodoc_default_options = {"members": True}
autosummary_generate = True


Expand Down

0 comments on commit cd522c3

Please sign in to comment.