Skip to content

Commit a857f67

Browse files
requirement rtd
1 parent 1510171 commit a857f67

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.readthedocs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ sphinx:
1717

1818
# Optionally declare the Python requirements required to build your docs
1919
python:
20-
install:
21-
- requirements: docs/requirements.txt
20+
- method: pip
21+
path: .
22+
extra_requirements:
23+
- docs
24+
- tests

0 commit comments

Comments
 (0)