소스 검색

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: .