Stuff needed for read the docs builds
[portal/ric-dashboard.git] / .readthedocs.yaml
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644 (file)
index 0000000..7496bc4
--- /dev/null
@@ -0,0 +1,12 @@
+---
+# pip requirements file for building sphinx docs (e.g. nbsphinx)
+version: 2
+
+sphinx:
+    configuration: docs/conf.py
+
+# Use python 3 for building
+python:
+    version: 3.6
+    install:
+        - requirements: docs/requirements-docs.txt