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

Commit f3ce3aa

Browse files
docs(python): update intersphinx for grpc and auth (#32)
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 6e85354 commit f3ce3aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigquery-connection.git",
7-
"sha": "ae9541725aa6669dfa22cc7c4c9310dbe2a2764d"
7+
"sha": "6e85354f33041ba8612207f7bac4e2313d982e8c"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "6542bd723403513626f61642fc02ddca528409aa"
22+
"sha": "9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "6542bd723403513626f61642fc02ddca528409aa"
29+
"sha": "9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)