Skip to content

Commit 1d75f52

Browse files
committed
Added configuration for readthedocs
1 parent ea26bdc commit 1d75f52

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+
mkdocs:
4+
configuration: mkdocs.yml
5+
fail_on_warning: false
6+
7+
python:
8+
version: 3.7
9+
install:
10+
- requirements: docs/requirements.txt
11+
12+

0 commit comments

Comments
 (0)