Also build task graph when building docs

This commit is contained in:
Anders Ingemann 2015-04-11 14:13:55 +02:00
parent d3f306a6d9
commit 6f87287c31

View file

@ -16,8 +16,8 @@ deps =
commands = nosetests -v tests/integration --with-coverage --cover-package=bootstrapvz --cover-inclusive
[testenv:docs]
changedir = docs
deps =
sphinx
commands =
sphinx-build -b html -d _build/html/doctrees . _build/html
sphinx-build -b html -d docs/_build/html/doctrees docs docs/_build/html
./taskoverview.py --output docs/_static/graph.json