Skip to content

Commit 005367b

Browse files
committed
Installing redis and its mandatory dependencies when building readthedocs (redis#3528)
1 parent 2324ab2 commit 005367b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.readthedocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ version: 2
22

33
python:
44
install:
5-
- requirements: ./docs/requirements.txt
5+
- method: pip
6+
path: .
7+
- method: pip
8+
requirements: ./docs/requirements.txt
69

710
build:
811
os: ubuntu-20.04

0 commit comments

Comments
 (0)