Skip to content

Commit 759eec2

Browse files
committed
Fix pip install in readthedocs
1 parent a10f0d9 commit 759eec2

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
@@ -5,13 +5,10 @@ build:
55
tools:
66
python: "3.10"
77
nodejs: "14"
8+
jobs:
9+
install:
10+
- pip install --upgrade pip
11+
- pip install --group 'docs'
812

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

0 commit comments

Comments
 (0)