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 = [
345345
346346# Example configuration for intersphinx: refer to the Python standard library.
347347intersphinx_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 () %}
You can’t perform that action at this time.
0 commit comments