Skip to content

Commit 800e631

Browse files
authored
fix: use asdf (python-build)
1 parent 40aaf22 commit 800e631

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.readthedocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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
810
- asdf plugin add uv
911
- asdf install uv latest
1012
- asdf global uv latest
11-
- NO_COLOR=1 uv run -p 3.14 --no-dev --group docs mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html
13+
- NO_COLOR=1 uv run --no-dev --group docs mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)