Skip to content

Commit f7dc0f8

Browse files
committed
Let tox docs use requirement.txt
1 parent db864cd commit f7dc0f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ commands =
2727
deps =
2828
Sphinx
2929
sphinx_rtd_theme
30-
Django
31-
django-extra-views
32-
sphinxcontrib-django
30+
-r{toxinidir}/docs/_ext/djangodummy/requirements.txt
3331
changedir = docs
3432
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
3533

0 commit comments

Comments
 (0)