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

Commit cb38de8

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

2 files changed

Lines changed: 7 additions & 21 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
# Copyright 2021 Google LLC
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
14-
151
docker:
162
image: gcr.io/repo-automation-bots/owlbot-python:latest
17-
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-cloud-tpu"
84-
copyright = u"2019, Google"
85-
author = u"Google APIs"
83+
project = "google-cloud-tpu"
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-tpu.tex",
284-
u"google-cloud-tpu Documentation",
284+
"google-cloud-tpu 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-cloud-tpu", u"google-cloud-tpu Documentation", [author], 1,)
316+
(master_doc, "google-cloud-tpu", "google-cloud-tpu Documentation", [author], 1,)
317317
]
318318

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

0 commit comments

Comments
 (0)