aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py14
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1e73c44..eb2f536 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -313,13 +313,7 @@ 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.
@@ -360,14 +354,10 @@ texinfo_documents = [
intersphinx_mapping = {
"python": ("https://python.readthedocs.org/en/latest/", None),
"google-auth": ("https://googleapis.dev/python/google-auth/latest/", 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.github.io/grpc/python/", None),
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
-
}