Skip to content

Commit

Permalink
Update conf.py.j2
Browse files Browse the repository at this point in the history
Moved placement for intersphinx dependencies to prevent formatting issues.
  • Loading branch information
holtskinner authored Mar 15, 2023
1 parent 0cbcffa commit 746a095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/python_library/docs/conf.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
}
Expand Down

0 comments on commit 746a095

Please sign in to comment.