We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5705cfc commit b5f623bCopy full SHA for b5f623b
1 file changed
.readthedocs.yaml
@@ -13,9 +13,9 @@ build:
13
- git fetch --unshallow || true
14
post_create_environment:
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
17
post_install:
18
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --no-install-project --extra server --extra consumer --extra postgres --extra seed --group docs
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv pip install sphinx-plantuml # remove after https://github.com/zqmillet/sphinx-plantuml/pull/4
19
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make docs-openapi
20
21
sphinx:
0 commit comments