diff --git a/synthtool/gcp/templates/python_library/docs/conf.py.j2 b/synthtool/gcp/templates/python_library/docs/conf.py.j2 index cd6e76a4b..0b3eace27 100644 --- a/synthtool/gcp/templates/python_library/docs/conf.py.j2 +++ b/synthtool/gcp/templates/python_library/docs/conf.py.j2 @@ -370,7 +370,7 @@ intersphinx_mapping = { "protobuf": ("https://googleapis.dev/python/protobuf/latest/", None), {%- if intersphinx_dependencies %} {% for name, url in intersphinx_dependencies.items() %} - "{{ name }}": ("{{ url }}", None), + "{{ name }}": ("{{ url }}", None), {% endfor %} {% endif %} }