Browse Source

add yaml config

justheuristic 2 years ago
parent
commit
f972df9028
1 changed files with 12 additions and 0 deletions
  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: .