8000 chore: remove pinned Sphinx version [autoapprove] (#818) · googleapis/python-bigtable@eb55460 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb55460

Browse files
chore: remove pinned Sphinx version [autoapprove] (#818)
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 fbe6ace commit eb55460

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

346346
session.install("-e", ".")
347347
session.install(
348-
"sphinx==4.0.1",
348+
"gcp-sphinx-docfx-yaml",
349349
"alabaster",
350350
"recommonmark",
351-
"gcp-sphinx-docfx-yaml",
352351
)
353352

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

0 commit comments

Comments
0