Skip to content

Commit 9e31599

Browse files
authored
MAINT: Add RTD config (#179)
1 parent 26c9cfe commit 9e31599

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.readthedocs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
3+
python:
4+
version: 3.7
5+
install:
6+
- requirements: docs/requirements.txt
7+
- method: pip
8+
path: .
9+
extra_requirements:
10+
- doc

0 commit comments

Comments
 (0)