Skip to content

Commit 2e4a178

Browse files
committed
Include python config in .readthedocs.yml
1 parent 5434dc7 commit 2e4a178

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.readthedocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ version: 2
22

33
sphinx:
44
builder: htmldir
5-
configuration: docs/conf.py
5+
configuration: docs/conf.py
6+
7+
python:
8+
version: 3.7
9+
install:
10+
- requirements: requirements.txt

0 commit comments

Comments
 (0)