Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

docs(python): fix intersphinx link for google-auth #119

Merged
merged 1 commit into from Nov 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions docs/conf.py
Expand Up @@ -346,10 +346,7 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("https://python.readthedocs.org/en/latest/", None),
"google-auth": (
"https://googleapis.dev/python/google-auth/latest/index.html",
None,
),
"google-auth": ("https://googleapis.dev/python/google-auth/latest/", None),
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None,),
"grpc": ("https://grpc.github.io/grpc/python/", None),
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-asset.git",
"sha": "9c7b9773c3ef4e0984f185a3a953c910ee0fe36e"
"sha": "a020a9c0bfe43d2e079579f39292a7a970ceca8e"
}
},
{
Expand All @@ -19,14 +19,14 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "39b7149da4026765385403632db3c6f63db96b2c"
"sha": "a073c873f3928c561bdf87fdfbf1d081d1998984"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "39b7149da4026765385403632db3c6f63db96b2c"
"sha": "a073c873f3928c561bdf87fdfbf1d081d1998984"
}
}
],
Expand Down