Add sphinx dependency to tox virtual environment

This commit is contained in:
Thomas Scholtes 2014-04-03 01:41:18 +02:00
parent 7927146f12
commit 8488f665fc

View file

@ -23,6 +23,8 @@ deps =
[testenv:docs]
changedir = docs
deps =
sphinx
commands =
sphinx-build -W -b html . {envtmpdir}/html