Skip to content

Commit 5b29877

Browse files
authored
Update readthedocs.yml (#595)
Add "method: pip"
1 parent f78d363 commit 5b29877

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readthedocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ sphinx:
1818
# Optionally declare the Python requirements required to build your docs
1919
python:
2020
install:
21-
- requirements: docs/rtd-requirements.txt
21+
- requirements: docs/rtd-requirements.txt
22+
- method: pip
23+
path: .

0 commit comments

Comments
 (0)