mirror of
https://opendev.org/openstack/governance.git
synced 2026-01-16 23:00:30 +00:00
fix tox to allow building docs locally
Recent changes in sphinx and pbr make it easier to just invoke sphinx-build directly instead of going through setup.py. Change-Id: Ic5c4f397fd45d9978c630ff03dcff7bf6b4d05e4 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
2d7dcffa3f
commit
3cf31abecb
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -25,7 +25,7 @@ commands =
|
|||
commands = {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
commands = python setup.py build_sphinx
|
||||
commands = sphinx-build -W -b html doc/source doc/build
|
||||
|
||||
[testenv:validate]
|
||||
commands = python3 tools/validate_tags.py
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue