Skip to content

Commit 2610559

Browse files
committed
Just via asdf
1 parent ec831b2 commit 2610559

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.readthedocs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ build:
1010
python: "3.11"
1111
jobs:
1212
create_environment:
13-
- pipx install uv
14-
- uv tool install rust-just
13+
- asdf plugin add uv
14+
- asdf plugin add just
15+
- asdf install uv latest
16+
- asdf global uv latest
17+
- asdf install just latest
1518
# Need the tags to calculate the version
1619
install:
1720
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --all-extras --link-mode=copy
1821
post_install:
1922
- git fetch --tags
2023
build:
2124
html:
22-
- 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

Comments
 (0)