Skip to content

Commit 9b28b28

Browse files
chore: new owl bot post processor docker image (#124)
Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce
1 parent d7b04b3 commit 9b28b28

File tree

2 files changed

+7
-21
lines changed

2 files changed

+7
-21
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
# Copyright 2021 Google LLC
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
14-
151
docker:
162
image: gcr.io/repo-automation-bots/owlbot-python:latest
17-
digest: sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
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"google-auth-oauthlib"
84-
copyright = u"2019, Google"
85-
author = u"Google APIs"
83+
project = "google-auth-oauthlib"
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
@@ -281,7 +281,7 @@
281281
(
282282
master_doc,
283283
"google-auth-oauthlib.tex",
284-
u"google-auth-oauthlib Documentation",
284+
"google-auth-oauthlib Documentation",
285285
author,
286286
"manual",
287287
)
@@ -316,7 +316,7 @@
316316
(
317317
master_doc,
318318
"google-auth-oauthlib",
319-
u"google-auth-oauthlib Documentation",
319+
"google-auth-oauthlib Documentation",
320320
[author],
321321
1,
322322
)
@@ -335,7 +335,7 @@
335335
(
336336
master_doc,
337337
"google-auth-oauthlib",
338-
u"google-auth-oauthlib Documentation",
338+
"google-auth-oauthlib Documentation",
339339
author,
340340
"google-auth-oauthlib",
341341
"google-auth-oauthlib Library",

0 commit comments

Comments
 (0)