Add specific docs build option to tox
Add doc venv to align with other OpenStack projects (such as keystone, heat and nova) who are using 'docs' for there doc builds. Change-Id: I0094130224ec2667cdd76f497edf595f09a86d12
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -55,6 +55,9 @@ commands =
|
|||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
|
[testenv:docs]
|
||||||
|
commands = python setup.py build_sphinx
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# E125 continuation line does not distinguish itself from next logical line
|
# E125 continuation line does not distinguish itself from next logical line
|
||||||
# E126 continuation line over-indented for hanging indent
|
# E126 continuation line over-indented for hanging indent
|
||||||
|
|||||||
Reference in New Issue
Block a user