We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d543abd commit 7c50355Copy full SHA for 7c50355
1 file changed
synthtool/gcp/templates/python_library/docs/conf.py.j2
@@ -366,6 +366,7 @@ intersphinx_mapping = {
366
),
367
"grpc": ("https://grpc.github.io/grpc/python/", None),
368
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
369
+ "protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
370
{% if intersphinx_dependencies %}
371
{% for name, url in intersphinx_dependencies.items() %}
372
"{{ name }}": ("{{ url }}", None),
0 commit comments