Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 8ae6ba6

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

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
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 & 12 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-cloud-redis"
84-
copyright = u"2019, Google"
85-
author = u"Google APIs"
83+
project = "google-cloud-redis"
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-cloud-redis.tex",
284-
u"google-cloud-redis Documentation",
284+
"google-cloud-redis Documentation",
285285
author,
286286
"manual",
287287
)
@@ -313,13 +313,7 @@
313313
# One entry per manual page. List of tuples
314314
# (source start file, name, description, authors, manual section).
315315
man_pages = [
316-
(
317-
master_doc,
318-
"google-cloud-redis",
319-
u"google-cloud-redis Documentation",
320-
[author],
321-
1,
322-
)
316+
(master_doc, "google-cloud-redis", "google-cloud-redis Documentation", [author], 1,)
323317
]
324318

325319
# If true, show URL addresses after external links.
@@ -335,7 +329,7 @@
335329
(
336330
master_doc,
337331
"google-cloud-redis",
338-
u"google-cloud-redis Documentation",
332+
"google-cloud-redis Documentation",
339333
author,
340334
"google-cloud-redis",
341335
"google-cloud-redis Library",

0 commit comments

Comments
 (0)