Commit e8f4c78
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
0 commit comments