Skip to content

Commit

Permalink
docs(python): fix intersphinx link for google-auth (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Nov 19, 2020
1 parent 39b7149 commit a073c87
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 @@ -346,7 +346,7 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("https://python.readthedocs.org/en/latest/", None),
"google-auth": ("https://googleapis.dev/python/google-auth/latest/index.html", None),
"google-auth": ("https://googleapis.dev/python/google-auth/latest/", None),
"google.api_core": (
"https://googleapis.dev/python/google-api-core/latest/",
None,
Expand Down

0 comments on commit a073c87

Please sign in to comment.