Refactor docs requirements into file for RTD

This commit is contained in:
Ian Cordasco 2016-06-04 14:26:37 -05:00
parent eb9fcac064
commit 0a418f8d1e
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
2 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,4 @@
sphinx>=1.3.0
sphinx_rtd_theme
sphinx-prompt
configparser

View file

@ -88,9 +88,7 @@ commands =
[testenv:docs]
basepython = python3
deps =
sphinx>=1.3.0
sphinx_rtd_theme
sphinx-prompt
-rdocs/source/requirements.txt
commands =
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html