Rename gendocs tox environment

All other openstack projects use docs environment, use the same
name for ironic as well.

Change-Id: I46fd50da89c3247bffefc9c971f8eda309bbe9bd
This commit is contained in:
Andreas Jaeger 2015-05-20 16:36:35 +02:00
parent fe2f445418
commit 6befe83d87
2 changed files with 2 additions and 2 deletions

View File

@ -462,7 +462,7 @@ commands to build the documentation set::
source .tox/venv/bin/activate
# build the docs
tox -egendocs
tox -edocs
Now use your browser to open the top-level index.html located at::

View File

@ -63,7 +63,7 @@ envdir = {toxworkdir}/venv
commands =
bash tools/config/generate_sample.sh -b . -p ironic -o etc/ironic
[testenv:gendocs]
[testenv:docs]
setenv = PYTHONHASHSEED=0
sitepackages = False
envdir = {toxworkdir}/venv