Skip to content

Commit 1ae6f0c

Browse files
chore: remove pinned Sphinx version [autoapprove] (#640)
Source-Link: googleapis/synthtool@909573c Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ddf4551385d566771dc713090feb7b4c1164fb8a698fe52bbe7670b24236565b Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5b1c597 commit 1ae6f0c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:240b5bcc2bafd450912d2da2be15e62bc6de2cf839823ae4bf94d4f392b451dc
17-
# created: 2023-06-03T21:25:37.968717478Z
16+
digest: sha256:ddf4551385d566771dc713090feb7b4c1164fb8a698fe52bbe7670b24236565b
17+
# created: 2023-06-27T13:04:21.96690344Z

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,9 @@ def docfx(session):
396396

397397
session.install("-e", ".")
398398
session.install(
399-
"sphinx==4.0.1",
399+
"gcp-sphinx-docfx-yaml",
400400
"alabaster",
401401
"recommonmark",
402-
"gcp-sphinx-docfx-yaml",
403402
)
404403

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

0 commit comments

Comments
 (0)