docs: Move dependencies to tox.ini docs env

fix_request_path_info
Jerome Leclanche 2017-05-22 14:06:16 +03:00
parent 1e7237986c
commit 66124a59eb
2 changed files with 5 additions and 5 deletions

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

View File

@ -17,6 +17,10 @@ commands =
coverage run --source polymorphic runtests.py coverage run --source polymorphic runtests.py
[testenv:docs] [testenv:docs]
deps = Sphinx deps =
Sphinx
sphinx_rtd_theme
Django
django-extra-views
changedir = docs changedir = docs
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html