Add docs tox target

Add a tox target to easily build the shade documentation.

Change-Id: I38f3a39de1a34ae8709ce3b83a8fb51dd75299d3
This commit is contained in:
David Shrewsbury 2016-02-05 13:51:58 -05:00
parent 661927392c
commit df379be704
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
passenv = HOME USER
commands = {toxinidir}/extras/run-ansible-tests.sh -e {envdir} {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[flake8]
# Infra does not follow hacking, nor the broken E12* things
ignore = E123,E125,E129,H