Browse code

[docs] Add readthedocs config

Joseph Weston authored on 09/11/2019 13:57:28
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+version: 2
2
+
3
+build:
4
+    image: latest
5
+
6
+python:
7
+    version: 3.7
8
+    install:
9
+        - method: pip
10
+          path: .
11
+          extra_requirements:
12
+              - docs
13
+
14
+sphinx:
15
+    fail_on_warning: true