Skip to content

chore: blacken docs/conf.py (via synth) #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,13 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, "google-api-core", u"google-api-core Documentation", [author], 1)
(
master_doc,
"google-api-core",
u"google-api-core Documentation",
[author],
1,
)
]

# If true, show URL addresses after external links.
Expand Down Expand Up @@ -334,8 +340,12 @@
intersphinx_mapping = {
"python": ("http://python.readthedocs.org/en/latest/", None),
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None),
"google.api_core": (
"https://googleapis.dev/python/google-api-core/latest/",
None,
),
"grpc": ("https://grpc.io/grpc/python/", None),

}


Expand Down
18 changes: 16 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
{
"updateTime": "2020-02-07T01:44:59.025974Z",
"updateTime": "2020-02-20T13:10:00.940057Z",
"sources": [
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-api-core.git",
"sha": "e72202efcad6bce18ef252e57d35e97d622ab5e0"
}
},
{
"git": {
"name": "synthtool",
"remote": "rpc://devrel/cloud/libraries/tools/autosynth",
"sha": "43dc756ddb00adbf32e9a07a6f2059ebea1fd3fa"
}
},
{
"template": {
"name": "python_split_library",
"origin": "synthtool.gcp",
"version": "2019.10.17"
"version": "2020.2.4"
}
}
]
Expand Down