Skip to content

Commit e84b181

Browse files
fix(python): change autodoc_default_flags to autodoc_default_options (#37)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/6a02e8e8-a66f-42c9-b48a-8df33bd9ffe3/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@cd522c3
1 parent fefaee5 commit e84b181

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/google-cloud-videointelligence/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

packages/google-cloud-videointelligence/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-videointelligence.git",
7-
"sha": "2033698ea81962ac9ff7c44c479fe3ae2d90fdd3"
6+
"remote": "https://github.com/googleapis/python-videointelligence.git",
7+
"sha": "20ad69cefb473565d5065e4b118398c675cd5f79"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "88645a8f6e1b1c90fed625158960ffec565b023a"
22+
"sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)