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 e188d9e commit aa9fe2aCopy full SHA for aa9fe2a
.readthedocs.yml
@@ -5,9 +5,7 @@ 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
13
- - NO_COLOR=1 uv run --no-dev --group docs mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html
+ - 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