summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/requirements.txt5
-rw-r--r--Doc/runtime.txt1
2 files changed, 6 insertions, 0 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt
new file mode 100644
index 0000000..e0d7ca8
--- /dev/null
+++ b/Doc/requirements.txt
@@ -0,0 +1,5 @@
+# Requirements for docs build on netlify
+# Pin sphinx to version specified in .travis.yml
+sphinx==2.0.1
+blurb
+python-docs-theme
diff --git a/Doc/runtime.txt b/Doc/runtime.txt
new file mode 100644
index 0000000..548d713
--- /dev/null
+++ b/Doc/runtime.txt
@@ -0,0 +1 @@
+3.7 \ No newline at end of file