Skip to content

Commit cc56733

Browse files
chore: update docs/conf.py (googleapis#56)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * fix(python): change autodoc_default_flags to autodoc_default_options 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 98f03c8 commit cc56733

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,4 @@ system_tests/local_test_setup
5757

5858
# Make sure a generated file isn't accidentally committed.
5959
pylintrc
60-
pylintrc.test
61-
62-
# pytype
63-
pytype_output
60+
pylintrc.test

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,15 +3,15 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/python-api-core",
7-
"sha": "8212bb7f54ca08a498faddaca513580a1f890dbd"
6+
"remote": "https://github.com/googleapis/python-api-core.git",
7+
"sha": "98f03c8dc6f47379bdc8ded8efd24b577e95326d"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "f13864cd532f98a4682cec48105580fa9a5c9978"
14+
"sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170"
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)