mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-16 23:00:35 +00:00
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:
parent
6eb45625e5
commit
e78762152c
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,6 +10,7 @@ ChangeLog
|
|||
run_tests.err.log
|
||||
.tox
|
||||
doc/source/api
|
||||
doc/build
|
||||
*.egg
|
||||
heatclient/versioninfo
|
||||
*.egg-info
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue