aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYoshi Automation Bot <yoshi-automation@google.com>2020-02-20 09:46:50 -0800
committerGitHub <noreply@github.com>2020-02-20 09:46:50 -0800
commitbd1e12a369c1c74c1a997afcbc145ffe36183a30 (patch)
treebc12fc5663f451362a5113033d8d62fb30fa971c /docs
parente72202efcad6bce18ef252e57d35e97d622ab5e0 (diff)
downloadpython-api-core-bd1e12a369c1c74c1a997afcbc145ffe36183a30.tar.gz
chore: blacken docs/conf.py (via synth) (#8)
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 57ee48d..6efe6dd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -293,7 +293,13 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- (master_doc, "google-api-core", u"google-api-core Documentation", [author], 1)
+ (
+ master_doc,
+ "google-api-core",
+ u"google-api-core Documentation",
+ [author],
+ 1,
+ )
]
# If true, show URL addresses after external links.
@@ -334,8 +340,12 @@ texinfo_documents = [
intersphinx_mapping = {
"python": ("http://python.readthedocs.org/en/latest/", None),
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
- "google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None),
+ "google.api_core": (
+ "https://googleapis.dev/python/google-api-core/latest/",
+ None,
+ ),
"grpc": ("https://grpc.io/grpc/python/", None),
+
}