Update doc generation command
Change-Id: If1c4f1ff9617662b4ada43c12448f6f9250fc17f
This commit is contained in:
parent
b87c88cbac
commit
bff82b204b
@ -34,11 +34,6 @@ tag_build =
|
|||||||
tag_date = 0
|
tag_date = 0
|
||||||
tag_svn_revision = 0
|
tag_svn_revision = 0
|
||||||
|
|
||||||
[build_sphinx]
|
|
||||||
all_files = 1
|
|
||||||
build-dir = docs/build
|
|
||||||
source-dir = docs
|
|
||||||
|
|
||||||
[pbr]
|
[pbr]
|
||||||
warnerrors = True
|
warnerrors = True
|
||||||
autodoc_tree_index_modules = True
|
autodoc_tree_index_modules = True
|
||||||
|
2
tox.ini
2
tox.ini
@ -31,7 +31,7 @@ setenv = NOSE_WITH_COVERAGE=1
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands = python setup.py build_sphinx
|
commands = sphinx-build -a -E -W -d docs/build/doctrees -b html docs/source docs/build/html
|
||||||
|
|
||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user