From 5354a0e9712ad708a55fa0cbfa05168885132fac Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 27 Mar 2014 16:10:01 -0700 Subject: [PATCH] Use -edocs instead of build_specs Align our venv name with other OpenStack projects (such as keystone and heat) who are using 'docs' for there docs build. Change-Id: I20ff3c1df99fb50fbe16361024a44b04c03f0a67 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e34b4dc72..d823828ca 100644 --- a/tox.ini +++ b/tox.ini @@ -12,5 +12,5 @@ deps = -r{toxinidir}/requirements.txt [testenv:venv] commands = {posargs} -[testenv:build_specs] +[testenv:docs] commands = python setup.py build_sphinx