Merge "Add -W to sphinx-build invocation"

This commit is contained in:
Zuul 2018-09-17 14:10:27 +00:00 committed by Gerrit Code Review
commit 2a9ac9ce4c
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ that should:
* Either install any needed distro dependencies from the ``doc`` tag in
``bindep.txt`` or emit an error if they are not installed.
* Install Python dependencies for Sphinx from ``doc/requirements.txt``.
* Execute ``sphinx-build -b html doc/source doc/build``
* Execute ``sphinx-build -W -b html doc/source doc/build``
Source
~~~~~~

View File

@ -28,7 +28,7 @@ tree:
- tox -ecover
- python setup.py sdist
- python setup.py bdist_wheel
- sphinx-build -b html doc/source doc/build
- sphinx-build -W -b html doc/source doc/build
Projects that are translated should also support: