Add 'docs' tox job for generation of docs
Add tox job for generation of docs, that allows developers to generate their own docs before submitting code change. Change-Id: I84f15301d72f0a94cdae36ee79756d52043e014b Closes-Bug: #1395071
This commit is contained in:
parent
1febd45223
commit
e028e0922e
3
tox.ini
3
tox.ini
@ -21,6 +21,9 @@ commands =
|
|||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
|
[testenv:docs]
|
||||||
|
commands = python setup.py build_sphinx
|
||||||
|
|
||||||
[testenv:functional]
|
[testenv:functional]
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV = {envdir}
|
VIRTUAL_ENV = {envdir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user