We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b7149 commit a073c87Copy full SHA for a073c87
synthtool/gcp/templates/python_library/docs/conf.py.j2
@@ -346,7 +346,7 @@ texinfo_documents = [
346
# Example configuration for intersphinx: refer to the Python standard library.
347
intersphinx_mapping = {
348
"python": ("https://python.readthedocs.org/en/latest/", None),
349
- "google-auth": ("https://googleapis.dev/python/google-auth/latest/index.html", None),
+ "google-auth": ("https://googleapis.dev/python/google-auth/latest/", None),
350
"google.api_core": (
351
"https://googleapis.dev/python/google-api-core/latest/",
352
None,
0 commit comments