tox.ini (sahara-14.0.0) | : | tox.ini (sahara-15.0.0) | ||
---|---|---|---|---|
skipping to change at line 63 | skipping to change at line 63 | |||
[testenv:venv] | [testenv:venv] | |||
commands = {posargs} | commands = {posargs} | |||
[testenv:images] | [testenv:images] | |||
sitepackages = True | sitepackages = True | |||
commands = {posargs} | commands = {posargs} | |||
[testenv:docs] | [testenv:docs] | |||
deps = | deps = | |||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/m aster} | -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/m aster} | |||
-r{toxinidir}/requirements.txt | ||||
-r{toxinidir}/doc/requirements.txt | -r{toxinidir}/doc/requirements.txt | |||
commands = | commands = | |||
rm -rf doc/html doc/build | rm -rf doc/html doc/build | |||
rm -rf api-ref/build api-ref/html | rm -rf api-ref/build api-ref/html | |||
rm -rf doc/source/apidoc doc/source/api | rm -rf doc/source/apidoc doc/source/api | |||
sphinx-build -W -b html doc/source doc/build/html | sphinx-build -W -b html doc/source doc/build/html | |||
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/bui ld/html | sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/bui ld/html | |||
whereto doc/source/_extra/.htaccess doc/test/redirect-tests.txt | whereto doc/source/_extra/.htaccess doc/test/redirect-tests.txt | |||
whitelist_externals = rm | whitelist_externals = rm | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |