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

Commit cbe940d

Browse files
docs: add proto-plus to intersphinx mapping
Source-Author: Tim Swast <swast@google.com> Source-Date: Tue Oct 27 12:01:14 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: ea52b8a0bd560f72f376efcf45197fb7c8869120 Source-Link: googleapis/synthtool@ea52b8a
1 parent cdb384d commit cbe940d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@
349349
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
350350
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None,),
351351
"grpc": ("https://grpc.io/grpc/python/", None),
352+
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
352353
}
353354

354355

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
22+
"sha": "ea52b8a0bd560f72f376efcf45197fb7c8869120"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
29+
"sha": "ea52b8a0bd560f72f376efcf45197fb7c8869120"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)