docs: Move dependencies to tox.ini docs env
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
# for readthedocs
|
|
||||||
# Remaining requirements are picked up from setup.py
|
|
||||||
Django==1.11
|
|
||||||
django-extra-views==0.9.0
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user