Skip to content

Commit

Permalink
chore(python): add protobuf to intersphinx mapping (googleapis#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored May 27, 2021
1 parent d543abd commit 7c50355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synthtool/gcp/templates/python_library/docs/conf.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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),
{% if intersphinx_dependencies %}
{% for name, url in intersphinx_dependencies.items() %}
"{{ name }}": ("{{ url }}", None),
Expand Down

0 comments on commit 7c50355

Please sign in to comment.