Skip to content

Commit 7c50355

Browse files
authored
chore(python): add protobuf to intersphinx mapping (#1101)
1 parent d543abd commit 7c50355

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • synthtool/gcp/templates/python_library/docs

synthtool/gcp/templates/python_library/docs/conf.py.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ intersphinx_mapping = {
366366
),
367367
"grpc": ("https://grpc.github.io/grpc/python/", None),
368368
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
369+
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
369370
{% if intersphinx_dependencies %}
370371
{% for name, url in intersphinx_dependencies.items() %}
371372
"{{ name }}": ("{{ url }}", None),

0 commit comments

Comments
 (0)