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

Commit 53def25

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/.OwlBot.lock.yaml

+1-1
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

+6-6
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-video-transcoder"
84-
copyright = u"2019, Google"
85-
author = u"Google APIs"
83+
project = "google-cloud-video-transcoder"
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-video-transcoder.tex",
284-
u"google-cloud-video-transcoder Documentation",
284+
"google-cloud-video-transcoder Documentation",
285285
author,
286286
"manual",
287287
)
@@ -316,7 +316,7 @@
316316
(
317317
master_doc,
318318
"google-cloud-video-transcoder",
319-
u"google-cloud-video-transcoder Documentation",
319+
"google-cloud-video-transcoder Documentation",
320320
[author],
321321
1,
322322
)
@@ -335,7 +335,7 @@
335335
(
336336
master_doc,
337337
"google-cloud-video-transcoder",
338-
u"google-cloud-video-transcoder Documentation",
338+
"google-cloud-video-transcoder Documentation",
339339
author,
340340
"google-cloud-video-transcoder",
341341
"google-cloud-video-transcoder Library",

0 commit comments

Comments
 (0)