We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb492b commit 90ec5b7Copy full SHA for 90ec5b7
.readthedocs.yml
@@ -5,7 +5,9 @@ version: 2
5
build:
6
os: ubuntu-24.04
7
commands:
8
+ - asdf install python 3.14-dev
9
+ - asdf global python 3.14-dev
10
- asdf plugin add uv
11
- asdf install uv latest
12
- asdf global uv latest
- - 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