aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYoshi Automation Bot <yoshi-automation@google.com>2020-06-19 18:53:24 -0700
committerGitHub <noreply@github.com>2020-06-19 18:53:24 -0700
commitcc567336b1128cfa21d7db5e95b9e1d6c57c3686 (patch)
treeb34c42cce493372c88af8f1792f5b7b042f90388 /docs
parent98f03c8dc6f47379bdc8ded8efd24b577e95326d (diff)
downloadpython-api-core-cc567336b1128cfa21d7db5e95b9e1d6c57c3686.tar.gz
chore: update docs/conf.py (#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 <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: https://github.com/googleapis/synthtool/commit/cd522c3b4dde821766d95c80ae5aeb43d7a41170
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index dd92a74..a53c37d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -43,7 +43,7 @@ extensions = [
# autodoc/autosummary flags
autoclass_content = "both"
-autodoc_default_flags = ["members"]
+autodoc_default_options = {"members": True}
autosummary_generate = True