Skip to content

Commit ad95db6

Browse files
committed
Update readthedocs config to use dependency groups
1 parent e4f7a4b commit ad95db6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.readthedocs.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ build:
44
os: ubuntu-22.04
55
tools:
66
python: "3.11"
7+
jobs:
8+
install:
9+
- pip install --upgrade pip
10+
- pip install --group 'docs' .
711

812
sphinx:
913
configuration: docs/source/conf.py
1014
builder: dirhtml
11-
12-
python:
13-
install:
14-
- method: pip
15-
path: .
16-
extra_requirements:
17-
- docs

0 commit comments

Comments
 (0)