Changes to doc config
[doc.git] / .readthedocs.yaml
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644 (file)
index 0000000..f9b33a1
--- /dev/null
@@ -0,0 +1,17 @@
+# Formats in addition to HTML
+
+formats:
+   - htmlzip
+
+python:
+  version: 3.7
+  install:
+    - requirements: docs/requirements-docs.txt
+
+# Build Container
+build:
+   image: latest
+
+
+sphinx:
+    configuration: docs/conf.py