Skip to content

Commit 508ce1a

Browse files
committed
fix: readthedocs install command
1 parent 716a0ca commit 508ce1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ build:
1717
create_environment:
1818
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
1919
install:
20-
- cd py
21-
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
20+
- cd py && UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
2221

2322
# Build documentation with Mkdocs
2423
mkdocs:

0 commit comments

Comments
 (0)