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 3dac136 commit c0352acCopy full SHA for c0352ac
.readthedocs.yml
@@ -6,12 +6,15 @@ build:
6
tools:
7
python: "3.11"
8
jobs:
9
+ pre_create_environment:
10
+ - asdf plugin add uv
11
+ - asdf install uv latest
12
+ - asdf global uv latest
13
+ create_environment:
14
+ - uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
15
+ install:
16
+ - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
17
post_checkout:
18
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
- post_create_environment:
- - pip install uv
- post_install:
- - uv pip install --system -e .
- - uv pip install --system --group docs
19
20
formats: []
0 commit comments