Skip to content

Commit 538332b

Browse files
committed
try fix for readthedocs master [ci skip]
1 parent 9000690 commit 538332b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.readthedocs.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ formats: all
1818

1919
# Optionally set the version of Python and requirements required to build your docs
2020
python:
21-
version: 3.7
22-
install:
23-
- requirements: requirements/requirements.docs.txt
21+
version: 3.7
22+
system_packages: False
23+
install:
24+
- method: pip
25+
path: .
26+
extra_requirements:
27+
- docs

0 commit comments

Comments
 (0)