Skip to content

Commit

Permalink
chore: update docs/conf.py (#56)
Browse files Browse the repository at this point in the history
* 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 <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
  • Loading branch information
yoshi-automation committed Jun 20, 2020
1 parent 98f03c8 commit cc56733
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Expand Up @@ -57,7 +57,4 @@ system_tests/local_test_setup

# Make sure a generated file isn't accidentally committed.
pylintrc
pylintrc.test

# pytype
pytype_output
pylintrc.test
2 changes: 1 addition & 1 deletion docs/conf.py
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 synth.metadata
Expand Up @@ -3,15 +3,15 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/python-api-core",
"sha": "8212bb7f54ca08a498faddaca513580a1f890dbd"
"remote": "https://github.com/googleapis/python-api-core.git",
"sha": "98f03c8dc6f47379bdc8ded8efd24b577e95326d"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "f13864cd532f98a4682cec48105580fa9a5c9978"
"sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170"
}
}
]
Expand Down

0 comments on commit cc56733

Please sign in to comment.