Skip to content

Commit dc7cbed

Browse files
committed
[DOP-28270] fix readthedocs yaml file
1 parent 5b6ab15 commit dc7cbed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ build:
1212
post_checkout:
1313
- git fetch --unshallow || true
1414
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
15+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH python -m pip install uv
16+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv pip install --no-deps sphinx-plantuml # remove after https://github.com/zqmillet/sphinx-plantuml/pull/4
1717

1818
post_install:
1919
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --no-install-project --extra server --extra consumer --extra postgres --extra seed --group docs

0 commit comments

Comments
 (0)