Add docs tox target
Add a tox target to easily build the shade documentation. Change-Id: I38f3a39de1a34ae8709ce3b83a8fb51dd75299d3
This commit is contained in:
parent
661927392c
commit
df379be704
3
tox.ini
3
tox.ini
@ -35,6 +35,9 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
|||||||
passenv = HOME USER
|
passenv = HOME USER
|
||||||
commands = {toxinidir}/extras/run-ansible-tests.sh -e {envdir} {posargs}
|
commands = {toxinidir}/extras/run-ansible-tests.sh -e {envdir} {posargs}
|
||||||
|
|
||||||
|
[testenv:docs]
|
||||||
|
commands = python setup.py build_sphinx
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# Infra does not follow hacking, nor the broken E12* things
|
# Infra does not follow hacking, nor the broken E12* things
|
||||||
ignore = E123,E125,E129,H
|
ignore = E123,E125,E129,H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user