Skip to content

Commit b6f6f76

Browse files
authored
ci: build docs with default Python, too (#1609)
1 parent 24cbcf1 commit b6f6f76

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ build:
1818

1919
build:
2020
html:
21-
- uvx --with tox-uv tox run -e docs-sponsors
22-
- uvx --with tox-uv tox run -e docs-build -- $READTHEDOCS_OUTPUT
21+
- uv run --only-group tox tox run -e docs-sponsors
22+
- uv run --only-group tox tox run -e docs-build -- $READTHEDOCS_OUTPUT

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ commands = pytest --codspeed -n auto bench/test_benchmarks.py
7676

7777

7878
[testenv:docs-{build,doctests,linkcheck}]
79-
# Canonical version for everything documentation-related.
80-
base_python = 3.14
79+
base_python_file = .python-version-default
8180
dependency_groups = docs
8281
commands =
8382
build: sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs {posargs:docs/_build/}html

0 commit comments

Comments
 (0)