Skip to content

Commit 9400f0c

Browse files
committed
docs: Have ReadTheDocs use dependency groups
Previously it was using extras. Signed-off-by: Matt Wozniski <godlygeek@gmail.com>
1 parent 98b52f1 commit 9400f0c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.readthedocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ build:
55
python: "3"
66
python:
77
install:
8-
- method: pip
9-
path: .
10-
extra_requirements:
11-
- docs
8+
- method: uv
9+
command: sync
10+
groups:
11+
- docsasdf
1212
sphinx:
1313
builder: html
1414
configuration: docs/conf.py

0 commit comments

Comments
 (0)