summaryrefslogtreecommitdiffstats
path: root/docs-requirements.txt
diff options
context:
space:
mode:
authorKhai Do <zaro0508@gmail.com>2015-07-27 06:40:49 -0700
committerKhai Do <zaro0508@gmail.com>2015-07-27 06:40:49 -0700
commitcc68019f079c1bebe4c1320f5643fbe66773da98 (patch)
tree301929aeb40ea239a1639029a7cd6e840dfb1122 /docs-requirements.txt
parentf1c34249cc44fef69210b9fbe152086cfbb112d0 (diff)
downloadpython-jenkins-job-builder-cc68019f079c1bebe4c1320f5643fbe66773da98.tar.gz
python-jenkins-job-builder-cc68019f079c1bebe4c1320f5643fbe66773da98.tar.xz
python-jenkins-job-builder-cc68019f079c1bebe4c1320f5643fbe66773da98.zip
Add a requirements file for readthedocs
JJB docs are also published on readthedocs.org however it currently fails to build because RTD does not plan to support passing in mulitple requirements files[1] therefore we need to create a single requirements file to work with RTD. [1] https://github.com/rtfd/readthedocs.org/issues/814#issuecomment-125122305 Change-Id: I9574521e33c8f4ad33437c0df5fdcaf8792baae4
Diffstat (limited to 'docs-requirements.txt')
-rw-r--r--docs-requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs-requirements.txt b/docs-requirements.txt
new file mode 100644
index 00000000..94638119
--- /dev/null
+++ b/docs-requirements.txt
@@ -0,0 +1,2 @@
+-r requirements.txt
+-r test-requirements.txt