File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ build:
1313 - git fetch --unshallow || true
1414 post_create_environment :
1515 - 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
1716
1817 post_install :
1918 - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --no-install-project --extra server --extra consumer --extra postgres --extra seed --group docs
19+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv pip install --no-deps sphinx-plantuml # remove after https://github.com/zqmillet/sphinx-plantuml/pull/4
2020 - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m pip list -v
2121 - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make docs-openapi
2222
You can’t perform that action at this time.
0 commit comments