We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6ab15 commit dc7cbedCopy full SHA for dc7cbed
1 file changed
.readthedocs.yaml
@@ -12,8 +12,8 @@ build:
12
post_checkout:
13
- git fetch --unshallow || true
14
post_create_environment:
15
- - python -m pip install uv
16
- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m pip install sphinx-plantuml # remove after https://github.com/zqmillet/sphinx-plantuml/pull/4
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH python -m pip install uv
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv pip install --no-deps sphinx-plantuml # remove after https://github.com/zqmillet/sphinx-plantuml/pull/4
17
18
post_install:
19
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --no-install-project --extra server --extra consumer --extra postgres --extra seed --group docs
0 commit comments