Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit b2f7074

Browse files
chore: new owl bot post processor docker image (#102)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:3c3a445b3ddc99ccd5d31edc4b4519729635d20693900db32c4f587ed51f7479
1 parent 7fd3dec commit b2f7074

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/.OwlBot.lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-python:latest
3-
digest: sha256:4c981a6b6f2b8914a448d7b3a01688365be03e3ed26dfee399a6aa77fb112eaa
3+
digest: sha256:3c3a445b3ddc99ccd5d31edc4b4519729635d20693900db32c4f587ed51f7479

noxfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def docs(session):
179179
"""Build the docs for this library."""
180180

181181
session.install("-e", ".")
182-
session.install("sphinx<3.0.0", "alabaster", "recommonmark")
182+
session.install("sphinx==4.0.1", "alabaster", "recommonmark")
183183

184184
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
185185
session.run(
@@ -202,7 +202,7 @@ def docfx(session):
202202

203203
session.install("-e", ".")
204204
session.install(
205-
"sphinx<3.0.0", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml"
205+
"sphinx==4.0.1", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml"
206206
)
207207

208208
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)

0 commit comments

Comments
 (0)