File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,10 @@ build:
1212 post_checkout :
1313 - git fetch --unshallow || true
1414 post_create_environment :
15- - python -m pip install poetry
16- - python -m pip install --no-deps sphinx-plantuml # remove after https://github.com/zqmillet/sphinx-plantuml/pull/4
17- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry config virtualenvs.create false
18- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry debug info
15+ - 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
1917 post_install :
20- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --no-root --extras server --extras consumer --extras postgres --extras seed --with docs --without dev,test
21- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry show -v
22- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m pip list -v
18+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --all-extras --group docs
2319 - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make docs-openapi
2420
2521sphinx :
You can’t perform that action at this time.
0 commit comments