Skip to content

Commit d368c4b

Browse files
chore: new owl bot post processor docker image (#214)
Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce
1 parent fbf447c commit d368c4b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-python:latest
3-
digest: sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
3+
digest: sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce

docs/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
master_doc = "index"
8181

8282
# General information about the project.
83-
project = u"google-api-core"
84-
copyright = u"2019, Google"
85-
author = u"Google APIs"
83+
project = "google-api-core"
84+
copyright = "2019, Google"
85+
author = "Google APIs"
8686

8787
# The version info for the project you're documenting, acts as replacement for
8888
# |version| and |release|, also used in various other places throughout the
@@ -281,7 +281,7 @@
281281
(
282282
master_doc,
283283
"google-api-core.tex",
284-
u"google-api-core Documentation",
284+
"google-api-core Documentation",
285285
author,
286286
"manual",
287287
)
@@ -313,7 +313,7 @@
313313
# One entry per manual page. List of tuples
314314
# (source start file, name, description, authors, manual section).
315315
man_pages = [
316-
(master_doc, "google-api-core", u"google-api-core Documentation", [author], 1,)
316+
(master_doc, "google-api-core", "google-api-core Documentation", [author], 1,)
317317
]
318318

319319
# If true, show URL addresses after external links.
@@ -329,7 +329,7 @@
329329
(
330330
master_doc,
331331
"google-api-core",
332-
u"google-api-core Documentation",
332+
"google-api-core Documentation",
333333
author,
334334
"google-api-core",
335335
"google-api-core Library",

0 commit comments

Comments
 (0)