diff --git a/packages/google-cloud-shell/.github/.OwlBot.lock.yaml b/packages/google-cloud-shell/.github/.OwlBot.lock.yaml index 8d122f61acf8..ea06d395ea2b 100644 --- a/packages/google-cloud-shell/.github/.OwlBot.lock.yaml +++ b/packages/google-cloud-shell/.github/.OwlBot.lock.yaml @@ -1,17 +1,3 @@ -# Copyright 2021 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - docker: image: gcr.io/repo-automation-bots/owlbot-python:latest - digest: sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600 + digest: sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce diff --git a/packages/google-cloud-shell/docs/conf.py b/packages/google-cloud-shell/docs/conf.py index b7377c8259da..6be9931dcdb6 100644 --- a/packages/google-cloud-shell/docs/conf.py +++ b/packages/google-cloud-shell/docs/conf.py @@ -80,9 +80,9 @@ master_doc = "index" # General information about the project. -project = u"google-cloud-shell" -copyright = u"2019, Google" -author = u"Google APIs" +project = "google-cloud-shell" +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-shell.tex", - u"google-cloud-shell Documentation", + "google-cloud-shell 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-shell", - u"google-cloud-shell Documentation", - [author], - 1, - ) + (master_doc, "google-cloud-shell", "google-cloud-shell Documentation", [author], 1,) ] # If true, show URL addresses after external links. @@ -335,7 +329,7 @@ ( master_doc, "google-cloud-shell", - u"google-cloud-shell Documentation", + "google-cloud-shell Documentation", author, "google-cloud-shell", "google-cloud-shell Library",