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

Commit 4eefc0a

Browse files
fix(python): change autodoc_default_flags to autodoc_default_options (#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
1 parent a566241 commit 4eefc0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/python-documentai",
7-
"sha": "9a2a14dff5fe113b6fed9ac12da6fe6da00372ce"
6+
"remote": "https://github.com/googleapis/python-documentai.git",
7+
"sha": "a566241ad52a86692cd2c188dda63449009d7bf4"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "cb3c683e958a4b5c016bb3734436fc1cb887eb7b"
22+
"sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)