From df379be704fc2c1bb870dc2ab01a1e19626c754c Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Fri, 5 Feb 2016 13:51:58 -0500 Subject: [PATCH] Add docs tox target Add a tox target to easily build the shade documentation. Change-Id: I38f3a39de1a34ae8709ce3b83a8fb51dd75299d3 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 2ca4fefd5..c1da17bc8 100644 --- a/tox.ini +++ b/tox.ini @@ -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