diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-05-22 15:56:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-22 15:56:33 +0000 |
commit | 29e6ba60bfe1b98fcb31eb8c687c9bf9bd2f44e4 (patch) | |
tree | b68f824b8190d8343e8c6cf1c014709572a0c476 /tox.ini | |
parent | cfe41e13b6de3c71e963f2bb8cd574c19a84690d (diff) | |
parent | 97f0e4b6e4fa8e2a1c057b72ecc9b86e44d7fa3c (diff) |
Merge "Turn Sphinx warnings into errors"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ commands = nosetests --with-xunit \ [testenv:docs] basepython = python2.7 -commands = sphinx-build -b html docs/api/ docs/api/_build +commands = sphinx-build -W -b html docs/api/ docs/api/_build [testenv:pep8] basepython = python2.7 |