Skip to content

Commit 9f33d77

Browse files
chore: Updating docs mapping and synthtool metadata (#58)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * docs(python): update intersphinx for grpc and auth * 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 * Fixing grafeas import * Adding newline back in * Fixing google-auth docs link Co-authored-by: Dina Graves Portman <dinagraves@google.com>
1 parent c41862e commit 9f33d77

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/google-cloud-containeranalysis/docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@
345345

346346
# Example configuration for intersphinx: refer to the Python standard library.
347347
intersphinx_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/", None),
350350
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None,),
351-
"grpc": ("https://grpc.io/grpc/python/", None),
351+
"grpc": ("https://grpc.github.io/grpc/python/", None),
352352
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
353353
}
354354

packages/google-cloud-containeranalysis/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-containeranalysis.git",
7-
"sha": "2ce48dca5bf1ca50f30266dd0b2deb5e36346c6c"
7+
"sha": "0c81a4f2e13d0b38ac9d44ac17b86fbefea3c713"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116"
22+
"sha": "9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116"
29+
"sha": "9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)