Skip to content

Commit 13d714a

Browse files
committed
Update Read the Docs configuration to remove frozen option from uv sync
1 parent 6f31bac commit 13d714a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build:
1515
create_environment:
1616
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
1717
install:
18-
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
18+
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --group docs
1919

2020
formats:
2121
- htmlzip

0 commit comments

Comments
 (0)