diff options
author | siddharth <s@ricketyspace.net> | 2021-10-31 16:06:28 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-10-31 16:06:28 -0400 |
commit | 56809363d8cceb773895df72c50d2902347c7b38 (patch) | |
tree | d5487306bfdb3e62e7065ebbd412acc95158ca53 | |
parent | 57f2504cfc7d89c519b35952400e3b09309674b7 (diff) |
.readthedocs.yaml: add doc requirements
Build docs using sphinx 1.3.6
-rw-r--r-- | .readthedocs.yaml | 2 | ||||
-rw-r--r-- | docs/requirements.txt | 1 |
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 |