Skip to content

Commit

Permalink
docs(python): update intersphinx for grpc and auth
Browse files Browse the repository at this point in the history
* docs(python): update intersphinx for grpc and auth

* use https for python intersphinx

Co-authored-by: Tim Swast <swast@google.com>

Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Source-Date: Wed Nov 18 14:37:25 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: googleapis/synthtool@9a7d9fb
  • Loading branch information
yoshi-automation committed Nov 19, 2020
1 parent f5c0657 commit 1e41d7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions docs/conf.py
Expand Up @@ -345,10 +345,13 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("http://python.readthedocs.org/en/latest/", None),
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
"python": ("https://python.readthedocs.org/en/latest/", None),
"google-auth": (
"https://googleapis.dev/python/google-auth/latest/index.html",
None,
),
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None,),
"grpc": ("https://grpc.io/grpc/python/", None),
"grpc": ("https://grpc.github.io/grpc/python/", None),
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
}

Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-runtimeconfig.git",
"sha": "6a5b3d04239eecccad42974c91ed7a1569a6c95f"
"sha": "f5c0657f389a2f0f0ee6cc2d1bdee5df7cd60953"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "6542bd723403513626f61642fc02ddca528409aa"
"sha": "9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9"
}
}
],
Expand Down

0 comments on commit 1e41d7b

Please sign in to comment.