Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 6a0fef7

Browse files
docs(python): update intersphinx for grpc and auth (#53)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@9a7d9fb
1 parent 17f0a29 commit 6a0fef7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/conf.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,13 @@
345345

346346
# Example configuration for intersphinx: refer to the Python standard library.
347347
intersphinx_mapping = {
348-
"python": ("http://python.readthedocs.org/en/latest/", None),
349-
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
348+
"python": ("https://python.readthedocs.org/en/latest/", None),
349+
"google-auth": (
350+
"https://googleapis.dev/python/google-auth/latest/index.html",
351+
None,
352+
),
350353
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None,),
351-
"grpc": ("https://grpc.io/grpc/python/", None),
354+
"grpc": ("https://grpc.github.io/grpc/python/", None),
352355
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
353356
}
354357

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "6542bd723403513626f61642fc02ddca528409aa"
22+
"sha": "9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)