We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fcf29 commit d6c9915Copy full SHA for d6c9915
1 file changed
.readthedocs.yaml
@@ -13,10 +13,11 @@ build:
13
- git fetch --unshallow || true
14
post_create_environment:
15
- python -m pip install uv
16
- - python -m pip install sphinx-plantuml # remove after https://github.com/zqmillet/sphinx-plantuml/pull/4
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m pip install sphinx-plantuml # remove after https://github.com/zqmillet/sphinx-plantuml/pull/4
17
18
post_install:
19
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --no-install-project --extra server --extra consumer --extra postgres --extra seed --group docs
20
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m pip list -v
21
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make docs-openapi
22
23
sphinx:
0 commit comments