Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
fix(python): change autodoc_default_flags to autodoc_default_options (#…
Browse files Browse the repository at this point in the history
…27)

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 20, 2020
1 parent a566241 commit 4eefc0a
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 @@ -3,8 +3,8 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/python-documentai",
"sha": "9a2a14dff5fe113b6fed9ac12da6fe6da00372ce"
"remote": "https://github.com/googleapis/python-documentai.git",
"sha": "a566241ad52a86692cd2c188dda63449009d7bf4"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "cb3c683e958a4b5c016bb3734436fc1cb887eb7b"
"sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170"
}
}
],
Expand Down

0 comments on commit 4eefc0a

Please sign in to comment.