File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
synthtool/gcp/templates/python_library/docs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -345,13 +345,13 @@ texinfo_documents = [
345
345
346
346
# Example configuration for intersphinx: refer to the Python standard library.
347
347
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),
350
350
"google.api_core": (
351
351
"https://googleapis.dev/python/google-api-core/latest/",
352
352
None,
353
353
),
354
- "grpc": ("https://grpc.io/grpc/python/", None),
354
+ "grpc": ("https://grpc.github. io/grpc/python/", None),
355
355
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
356
356
{% if intersphinx_dependencies %}
357
357
{% for name , url in intersphinx_dependencies .items () %}
You can’t perform that action at this time.
0 commit comments