aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorgcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>2021-05-28 16:50:03 +0000
committerGitHub <noreply@github.com>2021-05-28 16:50:03 +0000
commit7337c6b123735fb9ae5d0e54b4399275719c020c (patch)
tree542cd99b7f7151ceac497de878887a3d398badd8 /docs
parent8d8bc5150ee5543b4aeb2c271da034a5305d1436 (diff)
downloadpython-api-core-7337c6b123735fb9ae5d0e54b4399275719c020c.tar.gz
chore(python): add protobuf to intersphinx mapping (#198)
Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 9ec0452..1e73c44 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -366,6 +366,7 @@ intersphinx_mapping = {
),
"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),
}