Skip to content

Commit 8251b65

Browse files
committed
refactor(readthedocs): force readthedocs to install the extras package
1 parent 7613eb0 commit 8251b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build:
1111
- asdf global uv latest
1212
- uv venv
1313
install:
14-
- uv sync --group docs
14+
- uv sync --group docs --all-extras
1515
build:
1616
html:
1717
- uv run sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)