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
…58)

Source-Author: HemangChothani <50404902+HemangChothani@users.noreply.github.com>
Source-Date: Thu Jun 18 22:50:02 2020 +0530
Source-Repo: googleapis/synthtool
Source-Sha: cd522c3b4dde821766d95c80ae5aeb43d7a41170
Source-Link: googleapis/synthtool@cd522c3
  • Loading branch information
yoshi-automation committed Jun 19, 2020
1 parent d257a93 commit 5c1d618
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -43,7 +43,7 @@

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


Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-bigtable.git",
"sha": "c38888de3d0b1c49c438a7d350f42bc1805809f2"
"sha": "d257a9375df90a1e1d9f2dc0a7a6ecc19896b021"
}
},
{
Expand All @@ -19,14 +19,14 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "f13864cd532f98a4682cec48105580fa9a5c9978"
"sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "f13864cd532f98a4682cec48105580fa9a5c9978"
"sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170"
}
}
],
Expand Down

0 comments on commit 5c1d618

Please sign in to comment.