Diff of /.readthedocs.yml [000000] .. [030aeb]

Switch to side-by-side view

--- a
+++ b/.readthedocs.yml
@@ -0,0 +1,13 @@
+version: 2
+
+python:
+  version: 3.7
+  install:
+    - method: pip
+      path: .
+      extra_requirements:
+        - docs
+
+sphinx:
+  builder: html
+  fail_on_warning: false
\ No newline at end of file