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 b6ea662 commit 204b816Copy full SHA for 204b816
readthedocs.yml
@@ -5,10 +5,14 @@ build:
5
tools:
6
python: "3"
7
jobs:
8
+ pre_create_environment:
9
+ - asdf plugin add uv
10
+ - asdf install uv latest
11
+ - asdf global uv latest
12
+ create_environment:
13
+ - uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
14
install:
- - pip install -U pip
- - pip install .
- - pip install --group dev
15
+ - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen
16
17
sphinx:
18
configuration: doc/conf.py
0 commit comments