Skip to content

Commit c7c896e

Browse files
committed
Fix readthedocs.yml format for python install configuration (redis#3529)
1 parent 126f28a commit c7c896e

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)