Skip to content

Commit bea599d

Browse files
committed
[DOP-28270] fix readthedocs yaml file
1 parent cd8c198 commit bea599d

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.readthedocs.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

2521
sphinx:

0 commit comments

Comments
 (0)