Update doc generation command

Change-Id: If1c4f1ff9617662b4ada43c12448f6f9250fc17f
This commit is contained in:
Joel Capitao 2025-03-12 09:53:26 +01:00
parent b87c88cbac
commit bff82b204b
2 changed files with 1 additions and 6 deletions

View File

@ -34,11 +34,6 @@ tag_build =
tag_date = 0
tag_svn_revision = 0
[build_sphinx]
all_files = 1
build-dir = docs/build
source-dir = docs
[pbr]
warnerrors = True
autodoc_tree_index_modules = True

View File

@ -31,7 +31,7 @@ setenv = NOSE_WITH_COVERAGE=1
commands = {posargs}
[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]
deps = -r{toxinidir}/test-requirements.txt