Merge "Moving WADL docs to Sahara repository"

This commit is contained in:
Jenkins 2016-06-30 19:49:00 +00:00 committed by Gerrit Code Review
commit da8d002e10
2 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
os-api-ref>=0.1.0 # Apache-2.0
os-testr>=0.7.0 # Apache-2.0
psycopg2>=2.5 # LGPL/ZPL
pylint==1.4.5 # GPLv2

11
tox.ini
View File

@ -42,11 +42,22 @@ commands = {posargs}
[testenv:docs]
commands =
rm -rf doc/html doc/build
rm -rf api-ref/build api-ref/html
rm -rf doc/source/apidoc doc/source/api
python setup.py build_sphinx
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
whitelist_externals =
rm
[testenv:api-ref]
install_command = pip install -U --force-reinstall {opts} {packages}
commands =
rm -rf api-ref/build api-ref/html
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
whitelist_externals =
rm
[testenv:pylint]
setenv = VIRTUAL_ENV={envdir}
commands = bash tools/lintstack.sh