docs: Move dependencies to tox.ini docs env

This commit is contained in:
Jerome Leclanche
2017-05-22 14:06:16 +03:00
parent 1e7237986c
commit 66124a59eb
2 changed files with 5 additions and 5 deletions
-4
View File
@@ -1,4 +0,0 @@
# for readthedocs
# Remaining requirements are picked up from setup.py
Django==1.11
django-extra-views==0.9.0
+5 -1
View File
@@ -17,6 +17,10 @@ commands =
coverage run --source polymorphic runtests.py
[testenv:docs]
deps = Sphinx
deps =
Sphinx
sphinx_rtd_theme
Django
django-extra-views
changedir = docs
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html