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 d6c9915 commit a3d5a30Copy full SHA for a3d5a30
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