Skip to content

Commit bd1e12a

Browse files
chore: blacken docs/conf.py (via synth) (googleapis#8)
1 parent e72202e commit bd1e12a

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

docs/conf.py

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,13 @@
293293
# One entry per manual page. List of tuples
294294
# (source start file, name, description, authors, manual section).
295295
man_pages = [
296-
(master_doc, "google-api-core", u"google-api-core Documentation", [author], 1)
296+
(
297+
master_doc,
298+
"google-api-core",
299+
u"google-api-core Documentation",
300+
[author],
301+
1,
302+
)
297303
]
298304

299305
# If true, show URL addresses after external links.
@@ -334,8 +340,12 @@
334340
intersphinx_mapping = {
335341
"python": ("http://python.readthedocs.org/en/latest/", None),
336342
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
337-
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None),
343+
"google.api_core": (
344+
"https://googleapis.dev/python/google-api-core/latest/",
345+
None,
346+
),
338347
"grpc": ("https://grpc.io/grpc/python/", None),
348+
339349
}
340350

341351

synth.metadata

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
{
2-
"updateTime": "2020-02-07T01:44:59.025974Z",
2+
"updateTime": "2020-02-20T13:10:00.940057Z",
33
"sources": [
4+
{
5+
"git": {
6+
"name": ".",
7+
"remote": "https://github.com/googleapis/python-api-core.git",
8+
"sha": "e72202efcad6bce18ef252e57d35e97d622ab5e0"
9+
}
10+
},
11+
{
12+
"git": {
13+
"name": "synthtool",
14+
"remote": "rpc://devrel/cloud/libraries/tools/autosynth",
15+
"sha": "43dc756ddb00adbf32e9a07a6f2059ebea1fd3fa"
16+
}
17+
},
418
{
519
"template": {
620
"name": "python_split_library",
721
"origin": "synthtool.gcp",
8-
"version": "2019.10.17"
22+
"version": "2020.2.4"
923
}
1024
}
1125
]

0 commit comments

Comments
 (0)