Add a tox job for generating docs

Add a tox job to make it easier for developers to generate their
own docs before submitting a patch.

Change-Id: I9c53ce664b164003fe42ed03d1f850d954bf0971
This commit is contained in:
Steve Martinelli 2014-07-24 18:07:44 -04:00
parent 6eb45625e5
commit e78762152c
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@ ChangeLog
run_tests.err.log
.tox
doc/source/api
doc/build
*.egg
heatclient/versioninfo
*.egg-info

View File

@ -24,6 +24,10 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs]
commands=
python setup.py build_sphinx
[tox:jenkins]
downloadcache = ~/cache/pip