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

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(python): fix intersphinx link for google-auth (#119)
Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Source-Date: Thu Nov 19 10:16:05 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: a073c873f3928c561bdf87fdfbf1d081d1998984
Source-Link: googleapis/synthtool@a073c87
  • Loading branch information
yoshi-automation committed Nov 20, 2020
1 parent a020a9c commit e455c9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
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

0 comments on commit e455c9e

Please sign in to comment.