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:
parent
fe2f445418
commit
6befe83d87
@ -462,7 +462,7 @@ commands to build the documentation set::
|
|||||||
source .tox/venv/bin/activate
|
source .tox/venv/bin/activate
|
||||||
|
|
||||||
# build the docs
|
# build the docs
|
||||||
tox -egendocs
|
tox -edocs
|
||||||
|
|
||||||
Now use your browser to open the top-level index.html located at::
|
Now use your browser to open the top-level index.html located at::
|
||||||
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -63,7 +63,7 @@ envdir = {toxworkdir}/venv
|
|||||||
commands =
|
commands =
|
||||||
bash tools/config/generate_sample.sh -b . -p ironic -o etc/ironic
|
bash tools/config/generate_sample.sh -b . -p ironic -o etc/ironic
|
||||||
|
|
||||||
[testenv:gendocs]
|
[testenv:docs]
|
||||||
setenv = PYTHONHASHSEED=0
|
setenv = PYTHONHASHSEED=0
|
||||||
sitepackages = False
|
sitepackages = False
|
||||||
envdir = {toxworkdir}/venv
|
envdir = {toxworkdir}/venv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user