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

Commit e455c9e

Browse files
authoredNov 20, 2020
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
1 parent a020a9c commit e455c9e

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed
 

‎docs/conf.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,7 @@
346346
# Example configuration for intersphinx: refer to the Python standard library.
347347
intersphinx_mapping = {
348348
"python": ("https://python.readthedocs.org/en/latest/", None),
349-
"google-auth": (
350-
"https://googleapis.dev/python/google-auth/latest/index.html",
351-
None,
352-
),
349+
"google-auth": ("https://googleapis.dev/python/google-auth/latest/", None),
353350
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None,),
354351
"grpc": ("https://grpc.github.io/grpc/python/", None),
355352
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),

‎synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-asset.git",
7-
"sha": "9c7b9773c3ef4e0984f185a3a953c910ee0fe36e"
7+
"sha": "a020a9c0bfe43d2e079579f39292a7a970ceca8e"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "39b7149da4026765385403632db3c6f63db96b2c"
22+
"sha": "a073c873f3928c561bdf87fdfbf1d081d1998984"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "39b7149da4026765385403632db3c6f63db96b2c"
29+
"sha": "a073c873f3928c561bdf87fdfbf1d081d1998984"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)
This repository has been archived.