Skip to content

Commit d77c21f

Browse files
committed
Update .readthedocs.yaml
1 parent 59d8207 commit d77c21f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ build:
66
python: "3.12"
77
jobs:
88
pre_build:
9+
- python -m pip install --upgrade pip
10+
- python -m pip install --group documentation
911
- python -m pip install .
1012

1113
sphinx:
@@ -14,8 +16,3 @@ sphinx:
1416

1517
formats:
1618
- pdf
17-
18-
python:
19-
install:
20-
- requirements: docs/requirements.txt
21-

0 commit comments

Comments
 (0)