Let tox docs use requirement.txt
parent
db864cd8a8
commit
f7dc0f89bc
4
tox.ini
4
tox.ini
|
|
@ -27,9 +27,7 @@ commands =
|
||||||
deps =
|
deps =
|
||||||
Sphinx
|
Sphinx
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
Django
|
-r{toxinidir}/docs/_ext/djangodummy/requirements.txt
|
||||||
django-extra-views
|
|
||||||
sphinxcontrib-django
|
|
||||||
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue