Skip to content

Commit 401c6d9

Browse files
committed
readthedocs: fix doc group name
The group is called docs in this repository, so use that.
1 parent d07b02d commit 401c6d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212
create_environment:
1313
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
1414
install:
15-
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" UV_LINK_MODE=copy uv sync --frozen --group doc
15+
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" UV_LINK_MODE=copy uv sync --frozen --group docs
1616

1717
sphinx:
1818
builder: html

0 commit comments

Comments
 (0)