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

Commit

Permalink
chore: new owl bot post processor docker image (#90)
Browse files Browse the repository at this point in the history
Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce
  • Loading branch information
gcf-owl-bot[bot] committed Jun 17, 2021
1 parent ce0e8d9 commit 67459e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-python:latest
digest: sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
digest: sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce
12 changes: 6 additions & 6 deletions docs/conf.py
Expand Up @@ -80,9 +80,9 @@
master_doc = "index"

# General information about the project.
project = u"google-cloud-webrisk"
copyright = u"2019, Google"
author = u"Google APIs"
project = "google-cloud-webrisk"
copyright = "2019, Google"
author = "Google APIs"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -281,7 +281,7 @@
(
master_doc,
"google-cloud-webrisk.tex",
u"google-cloud-webrisk Documentation",
"google-cloud-webrisk Documentation",
author,
"manual",
)
Expand Down Expand Up @@ -316,7 +316,7 @@
(
master_doc,
"google-cloud-webrisk",
u"google-cloud-webrisk Documentation",
"google-cloud-webrisk Documentation",
[author],
1,
)
Expand All @@ -335,7 +335,7 @@
(
master_doc,
"google-cloud-webrisk",
u"google-cloud-webrisk Documentation",
"google-cloud-webrisk Documentation",
author,
"google-cloud-webrisk",
"google-cloud-webrisk Library",
Expand Down

0 comments on commit 67459e2

Please sign in to comment.