From 3862cba2e8764c681e980c42eef9018c38993f77 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 26 Apr 2020 14:49:12 +0200 Subject: [PATCH] Enable warnings for docs build -W should be set to default docs environment to complain about warnings, add it. Change-Id: I264570ea462c4df6c9208c039fa11b0e17e62b04 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9d9f0a50..2ec91094 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ deps = commands = bash -c "rm -rf doc/build" doc8 doc - sphinx-build --keep-going -b html doc/source doc/build/html + sphinx-build -W --keep-going -b html doc/source doc/build/html [testenv:pdf-docs] deps = {[testenv:docs]deps}