Skip to content

Commit e8f4c78

Browse files
JacobCoffeeclaude
andcommitted
fix: use --group for RTD docs dependency install
The docs dependencies are in [dependency-groups], not [project.optional-dependencies], so pip install '.[docs]' fails. Use pip install --group docs to match the pattern from #2902. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ebe2ae3 commit e8f4c78

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
@@ -10,6 +10,6 @@ build:
1010
python: "3"
1111

1212
commands:
13-
- python -m pip install '.[docs]'
13+
- python -m pip install --group docs .
1414
- make -C docs html JOBS=$(nproc) BUILDDIR=_readthedocs
1515
- mv docs/_readthedocs _readthedocs

0 commit comments

Comments
 (0)