Skip to content

Commit 856a2ee

Browse files
committed
docs: Add readthedocs.yml to build docs
1 parent 35ee499 commit 856a2ee

File tree

3 files changed

+113
-99
lines changed

3 files changed

+113
-99
lines changed

.readthedocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
version: 2
3+
4+
sphinx:
5+
configuration: docs/conf.py
6+
7+
python:
8+
version: 3.6
9+
install:
10+
- method: pip
11+
path: .
12+
extra_requirements:
13+
- docs

0 commit comments

Comments
 (0)