浏览代码

Support for Python 3.6 in readthedocs.

Stefano Cossu 6 年之前
父节点
当前提交
e05f6f41c0
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      readthedocs.yml

+ 6 - 0
readthedocs.yml

@@ -0,0 +1,6 @@
+build:
+  image: latest
+
+python:
+  version: 3.6
+  setup_py_install: true