Skip to content

Commit 87b7b4a

Browse files
authored
docs: build on 3.14 (#1550)
* docs: build on 3.14 and rely on presence of uv * Add sphinx config * There's no uv :( * What is even happening
1 parent 0f758fe commit 87b7b4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build:
55
os: ubuntu-lts-latest
66
tools:
77
# Keep version in sync with tox.ini/docs.
8-
python: "3.13"
8+
python: "3.14"
99
jobs:
1010
create_environment:
1111
# Need the tags to calculate the version (sometimes).

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ commands = pytest --codspeed -n auto bench/test_benchmarks.py
8080
[testenv:docs-{build,doctests,linkcheck}]
8181
runner = uv-venv-lock-runner
8282
# Keep base_python in-sync with .readthedocs.yaml.
83-
base_python = py313
83+
base_python = py314
8484
dependency_groups = docs
8585
commands =
8686
build: sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs {posargs:docs/_build/}html

0 commit comments

Comments
 (0)