Skip to content

Commit b5f623b

Browse files
committed
[DOP-28270] fix readthedocs yaml file
1 parent 5705cfc commit b5f623b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ build:
1313
- git fetch --unshallow || true
1414
post_create_environment:
1515
- 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
post_install:
1817
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --no-install-project --extra server --extra consumer --extra postgres --extra seed --group docs
18+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv pip install sphinx-plantuml # remove after https://github.com/zqmillet/sphinx-plantuml/pull/4
1919
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make docs-openapi
2020

2121
sphinx:

0 commit comments

Comments
 (0)