Skip to content

Commit d1fa749

Browse files
committed
Add readthedocs config file to use pip for installation
1 parent d5a4910 commit d1fa749

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.readthedocs.yml

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

0 commit comments

Comments
 (0)