mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Also build task graph when building docs
This commit is contained in:
parent
d3f306a6d9
commit
6f87287c31
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
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
|
||||
sphinx-build -b html -d docs/_build/html/doctrees docs docs/_build/html
|
||||
./taskoverview.py --output docs/_static/graph.json
|
||||
|
|
Loading…
Add table
Reference in a new issue