Skip to content

Commit 71d7082

Browse files
chore(python): change autodoc_default_flags to autodoc_default_options (#127)
Source-Author: HemangChothani <[email protected]> Source-Date: Thu Jun 18 22:50:02 2020 +0530 Source-Repo: googleapis/synthtool Source-Sha: cd522c3b4dde821766d95c80ae5aeb43d7a41170 Source-Link: googleapis/synthtool@cd522c3
1 parent f2eec65 commit 71d7082

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
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-pubsub.git",
7-
"sha": "06085c4083b9dccdd50383257799904510bbf3a0"
7+
"sha": "f2eec65cec43066ba7a2d1d45efa979e6b7add4f"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "973fec811e9203b4c147121a26f1484841c465fd"
22+
"sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "973fec811e9203b4c147121a26f1484841c465fd"
29+
"sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)