Create docs/requirements.txt

This commit is contained in:
harshasrinivas 2017-03-20 22:21:08 +05:30
parent a57e49d55b
commit 4ec07ae764
3 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,7 @@ and all its dependencies run
::
pip install 'Sphinx >= 1.3' sphinx_rtd_theme
pip install -r requirements.txt
Compile the documentation

2
docs/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
'Sphinx >= 1.3'
sphinx_rtd_theme

View File

@ -82,8 +82,7 @@ deps = {[testenv:py33]deps}
[docs]
changedir = docs
deps =
Sphinx
sphinx_rtd_theme
-rdocs/requirements.txt
[testenv:docs]
changedir = {[docs]changedir}