Skip to content

Commit 047afe0

Browse files
authored
[chores] Added ReadTheDocs configuration #211
Closes #211
1 parent 760911c commit 047afe0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.readthedocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
# Build all formats
4+
formats:
5+
- epub
6+
7+
python:
8+
version: 3.8
9+
install:
10+
- requirements: requirements-test.txt
11+
- method: pip
12+
path: .
13+
system_packages: true

0 commit comments

Comments
 (0)