Convert warnings to errors for local builds

For local builds, call sphinx-build directly with -W
rather than assuming pbr works correctly.

Change-Id: Ic9ecddc7b54529dbf23900a3fde871de454b9b8d
This commit is contained in:
Matthew Kassawara 2016-01-29 14:39:38 -07:00
parent 0ba31998bf
commit c9c3b5f69d
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ commands = {posargs}
[testenv:docs]
commands =
doc8 -e .rst specs/ doc/ README.rst
python setup.py build_sphinx
sphinx-build -W -b html doc/source doc/build