From 6f87287c31df9b04a0c9aab7c3a5cc1095a08a92 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sat, 11 Apr 2015 14:13:55 +0200 Subject: [PATCH] Also build task graph when building docs --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d147ed8..d428d52 100644 --- a/tox.ini +++ b/tox.ini @@ -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 \ No newline at end of file + sphinx-build -b html -d docs/_build/html/doctrees docs docs/_build/html + ./taskoverview.py --output docs/_static/graph.json