Skip to content

Commit 10cd742

Browse files
authored
Merge pull request #164 from OriolAbril/patch-1
Fix rtd builds
2 parents 10cc86c + 0ded5d0 commit 10cd742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sphinx:
2626
# Optionally declare the Python requirements required to build your docs
2727
python:
2828
install:
29-
- requirements: requirements.txt
30-
- requirements: requirements-docs.txt
3129
- method: pip
3230
path: .
31+
extra_requirements:
32+
- docs

0 commit comments

Comments
 (0)