Skip to content

Commit 6174514

Browse files
committed
Change install for .readthedocs.yml
1 parent b179f73 commit 6174514

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.readthedocs.yml

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

811
sphinx:
912
builder: dirhtml
1013
configuration: docs/html/conf.py
11-
12-
python:
13-
install:
14-
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)