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: Icbfd5ee5556a9c344ebe9ca7f4b579a87ad2d01b
This commit is contained in:
Steve Martinelli
2014-07-24 17:22:42 -04:00
parent ba826fbf3c
commit a4f290374a
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -8,6 +8,7 @@ cover
*.pyc
AUTHORS
ChangeLog
doc/build
build
dist
cinderclient/versioninfo

View File

@@ -22,6 +22,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