We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1011bc commit 34a69c3Copy full SHA for 34a69c3
1 file changed
synthtool/gcp/templates/python_library/docs/conf.py.j2
@@ -369,9 +369,9 @@ intersphinx_mapping = {
369
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
370
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
371
{%- if intersphinx_dependencies %}
372
- {% for name, url in intersphinx_dependencies.items() %}
+ {%- for name, url in intersphinx_dependencies.items() %}
373
"{{ name }}": ("{{ url }}", None),
374
- {% endfor %}
+ {%- endfor -%}
375
{% endif %}
376
}
377
0 commit comments