docs: clean up environment before building
Change-Id: I6f51a27271a75efe57228b74abdbb589151212d8
This commit is contained in:
parent
bb194c3e8e
commit
37d7dbfe64
3
tox.ini
3
tox.ini
@ -54,7 +54,8 @@ deps = coveralls
|
|||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands = python setup.py build_sphinx
|
commands = rm -rf doc/source/api doc/build
|
||||||
|
python setup.py build_sphinx
|
||||||
|
|
||||||
[testenv:genconfig]
|
[testenv:genconfig]
|
||||||
commands = oslo-config-generator --output-file etc/ooi.conf.sample \
|
commands = oslo-config-generator --output-file etc/ooi.conf.sample \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user