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 5e4d1b2 commit 526c07dCopy full SHA for 526c07d
1 file changed
.readthedocs.yml
@@ -9,10 +9,15 @@ build:
9
# Keep version in sync with tox.ini (docs and gh-actions).
10
python: "3.11"
11
jobs:
12
+ create_environment:
13
+ - asdf plugin add uv
14
+ - asdf install uv latest
15
+ - asdf global uv latest
16
+ - uv tool install rust-just
17
# Need the tags to calculate the version
- post_checkout:
- - git fetch --tags
- post_create_environment:
- - "curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 -"
18
post_install:
- - "VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH ~/.local/bin/pdm sync -dG :all,docs"
19
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --link-mode=copy
20
+ - git fetch --tags
21
+ build:
22
+ html:
23
+ - just docs
0 commit comments