aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>2021-06-17 10:52:03 +0000
committerGitHub <noreply@github.com>2021-06-17 10:52:03 +0000
commitd368c4b1a7761b30e7a004dd5f85c5b1edaf1e89 (patch)
treec820e9b82aad2d314a07ee249e5ac88e505d942a
parentfbf447cf25468dfa7e99283ce66a9c10daacc488 (diff)
downloadpython-api-core-d368c4b1a7761b30e7a004dd5f85c5b1edaf1e89.tar.gz
chore: new owl bot post processor docker image (#214)
Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce
-rw-r--r--.github/.OwlBot.lock.yaml2
-rw-r--r--docs/conf.py12
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index da616c9..ea06d39 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-python:latest
- digest: sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
+ digest: sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce
diff --git a/docs/conf.py b/docs/conf.py
index eb2f536..9351604 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -80,9 +80,9 @@ source_suffix = [".rst", ".md"]
master_doc = "index"
# General information about the project.
-project = u"google-api-core"
-copyright = u"2019, Google"
-author = u"Google APIs"
+project = "google-api-core"
+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
@@ -281,7 +281,7 @@ latex_documents = [
(
master_doc,
"google-api-core.tex",
- u"google-api-core Documentation",
+ "google-api-core Documentation",
author,
"manual",
)
@@ -313,7 +313,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- (master_doc, "google-api-core", u"google-api-core Documentation", [author], 1,)
+ (master_doc, "google-api-core", "google-api-core Documentation", [author], 1,)
]
# If true, show URL addresses after external links.
@@ -329,7 +329,7 @@ texinfo_documents = [
(
master_doc,
"google-api-core",
- u"google-api-core Documentation",
+ "google-api-core Documentation",
author,
"google-api-core",
"google-api-core Library",