From: Cédric Ollivier Date: Mon, 22 May 2017 01:37:13 +0000 (+0200) Subject: Turn Sphinx warnings into errors X-Git-Tag: opnfv-5.0.RC1~369^2~2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F35123%2F1;p=functest.git Turn Sphinx warnings into errors Change-Id: Iefc223a9fa6dbc4e9476aca84b3df4304058862b Signed-off-by: Cédric Ollivier --- diff --git a/docs/api/_static/.gitkeep b/docs/api/_static/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/docs/api/_templates/.gitkeep b/docs/api/_templates/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/tox.ini b/tox.ini index 4cd53b033..6a2edbffe 100644 --- a/tox.ini +++ b/tox.ini @@ -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