From ea52b8a0bd560f72f376efcf45197fb7c8869120 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Tue, 27 Oct 2020 12:01:14 -0500 Subject: [PATCH] docs: add proto-plus to intersphinx mapping (#832) --- synthtool/gcp/templates/python_library/docs/conf.py.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/synthtool/gcp/templates/python_library/docs/conf.py.j2 b/synthtool/gcp/templates/python_library/docs/conf.py.j2 index 35c8cb13c..0bfeed4d8 100644 --- a/synthtool/gcp/templates/python_library/docs/conf.py.j2 +++ b/synthtool/gcp/templates/python_library/docs/conf.py.j2 @@ -352,6 +352,7 @@ intersphinx_mapping = { None, ), "grpc": ("https://grpc.io/grpc/python/", None), + "proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None), {% if intersphinx_dependencies %} {% for name, url in intersphinx_dependencies.items() %} "{{ name }}": ("{{ url }}", None),