Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5ebdfc

Browse files
authored
[MRG] Added readthedocs.yml file (#57)
This is needed for RTD to support python 3.6 (we're using f-strings). See http://blog.readthedocs.com/python-36-support/
1 parent 3f51db2 commit c5ebdfc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build:
2+
image: latest
3+
4+
python:
5+
version: 3.6

0 commit comments

Comments
 (0)