We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c5adf commit 87bc3b7Copy full SHA for 87bc3b7
Doc/requirements.txt
@@ -0,0 +1,5 @@
1
+# Requirements for docs build on netlify
2
+# Pin sphinx to version specified in .travis.yml
3
+sphinx==2.0.1
4
+blurb
5
+python-docs-theme
Doc/runtime.txt
@@ -0,0 +1 @@
+3.7
netlify.toml
@@ -0,0 +1,4 @@
+[build]
+ base = "Doc/"
+ command = "make html"
+ publish = "Doc/build/html"
0 commit comments