Skip to content

Commit 97a56e9

Browse files
authored
Fix readthedocs.yml format for python install configuration (#3529)
1 parent f0f22db commit 97a56e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ version: 2
22

33
python:
44
install:
5+
- requirements: docs/requirements.txt
56
- method: pip
67
path: .
7-
- method: pip
8-
requirements: ./docs/requirements.txt
98

109
build:
1110
os: ubuntu-20.04

0 commit comments

Comments
 (0)