浏览代码

add yaml config

justheuristic 2 年之前
父节点
当前提交
f972df9028
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      readthedocs.yml

+ 12 - 0
readthedocs.yml

@@ -0,0 +1,12 @@
+version: 2
+
+sphinx:
+  fail_on_warning: true
+
+python:
+  version: 3.7
+  install:
+    - requirements: requirements.txt
+    - requirements: requirements-docs.txt
+    - method: pip
+      path: .