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 ec831b2 commit 2610559Copy full SHA for 2610559
1 file changed
.readthedocs.yml
@@ -10,13 +10,16 @@ build:
10
python: "3.11"
11
jobs:
12
create_environment:
13
- - pipx install uv
14
- - uv tool install rust-just
+ - asdf plugin add uv
+ - asdf plugin add just
15
+ - asdf install uv latest
16
+ - asdf global uv latest
17
+ - asdf install just latest
18
# Need the tags to calculate the version
19
install:
20
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --all-extras --link-mode=copy
21
post_install:
22
- git fetch --tags
23
build:
24
html:
- - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH /home/docs/.local/bin/just docs $READTHEDOCS_OUTPUT
25
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH just docs $READTHEDOCS_OUTPUT
0 commit comments