Skip to content

Commit a073c87

Browse files
authored
docs(python): fix intersphinx link for google-auth (#860)
1 parent 39b7149 commit a073c87

File tree

1 file changed

+1
-1
lines changed
  • synthtool/gcp/templates/python_library/docs

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/python_library/docs/conf.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ texinfo_documents = [
346346
# Example configuration for intersphinx: refer to the Python standard library.
347347
intersphinx_mapping = {
348348
"python": ("https://python.readthedocs.org/en/latest/", None),
349-
"google-auth": ("https://googleapis.dev/python/google-auth/latest/index.html", None),
349+
"google-auth": ("https://googleapis.dev/python/google-auth/latest/", None),
350350
"google.api_core": (
351351
"https://googleapis.dev/python/google-api-core/latest/",
352352
None,

0 commit comments

Comments
 (0)