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
…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
  • Loading branch information
yoshi-automation authored Jun 25, 2020
1 parent fefaee5 commit e84b181
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-videointelligence/docs/conf.py
Original file line number Diff line number Diff line change
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 packages/google-cloud-videointelligence/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/python-videointelligence.git",
"sha": "2033698ea81962ac9ff7c44c479fe3ae2d90fdd3"
"remote": "https://github.com/googleapis/python-videointelligence.git",
"sha": "20ad69cefb473565d5065e4b118398c675cd5f79"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "88645a8f6e1b1c90fed625158960ffec565b023a"
"sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170"
}
}
],
Expand Down

0 comments on commit e84b181

Please sign in to comment.