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 716a0ca commit 508ce1aCopy full SHA for 508ce1a
.readthedocs.yaml
@@ -17,8 +17,7 @@ build:
17
create_environment:
18
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
19
install:
20
- - cd py
21
- - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
+ - cd py && UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
22
23
# Build documentation with Mkdocs
24
mkdocs:
0 commit comments