Skip to content

Commit 0c945ff

Browse files
committed
Fix pip install in readthedocs
1 parent a10f0d9 commit 0c945ff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

readthedocs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ sphinx:
1111

1212
python:
1313
install:
14-
- method: pip
15-
path: .
16-
extra_requirements:
17-
- docs
14+
- pip install --upgrade pip
15+
- pip install --group 'docs'

0 commit comments

Comments
 (0)