From: Thomas Bechtold Date: Thu, 21 Aug 2014 19:24:51 +0000 (+0200) Subject: Add specific docs build option to tox X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fb1b1e880aac10b5ebaf127872c138022cb18d02;p=openstack-build%2Fneutron-build.git Add specific docs build option to tox Add doc venv to align with other OpenStack projects (such as keystone, heat and nova) who are using 'docs' for there doc builds. Change-Id: I0094130224ec2667cdd76f497edf595f09a86d12 --- diff --git a/tox.ini b/tox.ini index da3ebf1b3..f9383430f 100644 --- a/tox.ini +++ b/tox.ini @@ -55,6 +55,9 @@ commands = [testenv:venv] commands = {posargs} +[testenv:docs] +commands = python setup.py build_sphinx + [flake8] # E125 continuation line does not distinguish itself from next logical line # E126 continuation line over-indented for hanging indent