From 56809363d8cceb773895df72c50d2902347c7b38 Mon Sep 17 00:00:00 2001
From: siddharth <s@ricketyspace.net>
Date: Sun, 31 Oct 2021 16:06:28 -0400
Subject: .readthedocs.yaml: add doc requirements

Build docs using sphinx 1.3.6
---
 .readthedocs.yaml     | 2 ++
 docs/requirements.txt | 1 +
 2 files changed, 3 insertions(+)
 create mode 100644 docs/requirements.txt

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
-- 
cgit v1.2.3