Skip to content

Commit aa9fe2a

Browse files
authored
ci: use uv python for docs (binary b1) (#2462)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent e188d9e commit aa9fe2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.readthedocs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ version: 2
55
build:
66
os: ubuntu-24.04
77
commands:
8-
- asdf install python 3.14-dev
9-
- asdf global python 3.14-dev
108
- asdf plugin add uv
119
- asdf install uv latest
1210
- asdf global uv latest
13-
- NO_COLOR=1 uv run --no-dev --group docs mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html
11+
- NO_COLOR=1 uv run --python 3.14 --managed-python --no-dev --group docs mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)