Skip to content

Commit 4f90d04

Browse files
docs: update intersphinx URLs for grpc and auth (#93)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@a073c87 Source-Link: googleapis/synthtool@9a7d9fb
1 parent 1582cab commit 4f90d04

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@
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": ("https://googleapis.dev/python/google-auth/latest/", None),
350350
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None,),
351-
"grpc": ("https://grpc.io/grpc/python/", None),
351+
"grpc": ("https://grpc.github.io/grpc/python/", None),
352352
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
353353
}
354354

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": "b19b401571e77192f8dd38eab5fb2300a0de9324"
22+
"sha": "a073c873f3928c561bdf87fdfbf1d081d1998984"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)