Skip to content

Commit d6c9915

Browse files
committed
[DOP-28270] fix readthedocs yaml file
1 parent a2fcf29 commit d6c9915

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ build:
1313
- git fetch --unshallow || true
1414
post_create_environment:
1515
- python -m pip install uv
16-
- python -m pip install sphinx-plantuml # remove after https://github.com/zqmillet/sphinx-plantuml/pull/4
16+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m pip install 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
20+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m pip list -v
2021
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make docs-openapi
2122

2223
sphinx:

0 commit comments

Comments
 (0)