summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.readthedocs.yaml2
-rw-r--r--docs/requirements.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 8b4b983..e3b56cd 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,6 +1,8 @@
version: 2
python:
version: "2.7"
+ install:
+ - requirements: docs/requirements.txt
install:
- method: setuptools
path: ./
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644
index 0000000..e0b236d
--- /dev/null
+++ b/docs/requirements.txt
@@ -0,0 +1 @@
+sphinx==1.3.6