Skip to content

Commit 9a7d9fb

Browse files
busunkim96tswast
andauthored
docs(python): update intersphinx for grpc and auth (#856)
* docs(python): update intersphinx for grpc and auth * use https for python intersphinx Co-authored-by: Tim Swast <[email protected]>
1 parent dc9903a commit 9a7d9fb

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,13 +345,13 @@ texinfo_documents = [
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/index.html", None),
350350
"google.api_core": (
351351
"https://googleapis.dev/python/google-api-core/latest/",
352352
None,
353353
),
354-
"grpc": ("https://grpc.io/grpc/python/", None),
354+
"grpc": ("https://grpc.github.io/grpc/python/", None),
355355
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
356356
{% if intersphinx_dependencies %}
357357
{% for name, url in intersphinx_dependencies.items() %}

0 commit comments

Comments
 (0)