From 5f240d28bbbd949df9a6eb39de0e9cad948c89e2 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 10:52:25 +0000 Subject: [PATCH] chore: new owl bot post processor docker image (#90) Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce --- .github/.OwlBot.lock.yaml | 2 +- docs/conf.py | 18 ++++++------------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 4ef44149..ea06d395 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 \ No newline at end of file + digest: sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce diff --git a/docs/conf.py b/docs/conf.py index 349ba706..b6a01910 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,9 +80,9 @@ master_doc = "index" # General information about the project. -project = u"google-cloud-trace" -copyright = u"2019, Google" -author = u"Google APIs" +project = "google-cloud-trace" +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 @@ ( master_doc, "google-cloud-trace.tex", - u"google-cloud-trace Documentation", + "google-cloud-trace Documentation", author, "manual", ) @@ -313,13 +313,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ( - master_doc, - "google-cloud-trace", - u"google-cloud-trace Documentation", - [author], - 1, - ) + (master_doc, "google-cloud-trace", "google-cloud-trace Documentation", [author], 1,) ] # If true, show URL addresses after external links. @@ -335,7 +329,7 @@ ( master_doc, "google-cloud-trace", - u"google-cloud-trace Documentation", + "google-cloud-trace Documentation", author, "google-cloud-trace", "google-cloud-trace Library",