From 97f0e4b6e4fa8e2a1c057b72ecc9b86e44d7fa3c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 22 May 2017 03:37:13 +0200 Subject: Turn Sphinx warnings into errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iefc223a9fa6dbc4e9476aca84b3df4304058862b Signed-off-by: Cédric Ollivier --- docs/api/_static/.gitkeep | 0 docs/api/_templates/.gitkeep | 0 tox.ini | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docs/api/_static/.gitkeep create mode 100644 docs/api/_templates/.gitkeep 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 -- cgit 1.2.3-korg