Skip to content

Commit fdedd53

Browse files
chore: remove pinned Sphinx version [autoapprove] (#192)
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 f8712cc commit fdedd53

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
@@ -401,10 +401,9 @@ def docfx(session):
401401

402402
session.install("-e", ".")
403403
session.install(
404-
"sphinx==4.0.1",
404+
"gcp-sphinx-docfx-yaml",
405405
"alabaster",
406406
"recommonmark",
407-
"gcp-sphinx-docfx-yaml",
408407
)
409408

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

0 commit comments

Comments
 (0)