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 22ff5a2 commit c5b2de3Copy full SHA for c5b2de3
doc/.readthedocs.yaml
@@ -11,10 +11,9 @@ build:
11
tools:
12
python: "3.12"
13
jobs:
14
- post_create_environment:
15
- - pip install poetry
16
post_install:
17
- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with docs
+ - pip install uv
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --all-extras --group docs --link-mode=copy
18
19
# Build documentation in the docs/ directory with Sphinx
20
sphinx:
0 commit comments