From 99cbc6d26160198c4ad0ad49bbfc137f303d2141 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 16 Apr 2014 16:56:00 -0700 Subject: [PATCH] Add specific doc build option to tox Add doc venv to align with other OpenStack projects (such as keystone, heat and nova-specs) who are using 'docs' for there doc builds. Change-Id: I37771db339d864b2b938d1c02d15d38b07093493 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 249ad1afc..ed6cd60e2 100644 --- a/tox.ini +++ b/tox.ini @@ -42,6 +42,9 @@ commands = [testenv:venv] commands = {posargs} +[testenv:docs] +commands = python setup.py build_sphinx + [testenv:py27local] sitepackages = False