Build docs using tox

This commit helps to build the docs using tox, tox -edocs
It would be useful to check for any errors if any docs are
changed.

Change-Id: Id584bb9757257155f8a4e0b6eba940c46b048732
This commit is contained in:
Anusha Ramineni 2016-03-23 15:37:03 +05:30
parent 96b2509722
commit c8950841e8
1 changed files with 4 additions and 0 deletions

View File

@ -68,3 +68,7 @@ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,*thirdparty/*,CongressL
deps =
commands = {toxinidir}/tools/pip-install-single-req.sh requirements.txt oslo.config
oslo-config-generator --config-file=etc/congress-config-generator.conf
[testenv:docs]
setenv = PYTHONHASHSEED=0
commands = python setup.py build_sphinx