summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2021-10-31 16:06:28 -0400
committersiddharth <s@ricketyspace.net>2021-10-31 16:06:28 -0400
commit56809363d8cceb773895df72c50d2902347c7b38 (patch)
treed5487306bfdb3e62e7065ebbd412acc95158ca53 /.readthedocs.yaml
parent57f2504cfc7d89c519b35952400e3b09309674b7 (diff)
.readthedocs.yaml: add doc requirements
Build docs using sphinx 1.3.6
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml2
1 files changed, 2 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: ./