Skip to content

Commit cd4e341

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

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
docker:
2-
digest: sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
3-
image: gcr.io/repo-automation-bots/owlbot-python:latest
4-
2+
image: gcr.io/repo-automation-bots/owlbot-python:latest
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"pybigquery"
84-
copyright = u"2019, Google"
85-
author = u"Google APIs"
83+
project = "pybigquery"
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
@@ -278,7 +278,7 @@
278278
# (source start file, target name, title,
279279
# author, documentclass [howto, manual, or own class]).
280280
latex_documents = [
281-
(master_doc, "pybigquery.tex", u"pybigquery Documentation", author, "manual",)
281+
(master_doc, "pybigquery.tex", "pybigquery Documentation", author, "manual",)
282282
]
283283

284284
# The name of an image file (relative to this directory) to place at the top of
@@ -306,7 +306,7 @@
306306

307307
# One entry per manual page. List of tuples
308308
# (source start file, name, description, authors, manual section).
309-
man_pages = [(master_doc, "pybigquery", u"pybigquery Documentation", [author], 1,)]
309+
man_pages = [(master_doc, "pybigquery", "pybigquery Documentation", [author], 1,)]
310310

311311
# If true, show URL addresses after external links.
312312
# man_show_urls = False
@@ -321,7 +321,7 @@
321321
(
322322
master_doc,
323323
"pybigquery",
324-
u"pybigquery Documentation",
324+
"pybigquery Documentation",
325325
author,
326326
"pybigquery",
327327
"pybigquery Library",

0 commit comments

Comments
 (0)