From ea8a220918e079c505f87bc0acfb94a8cfec4d2d Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Wed, 6 Sep 2023 01:23:08 +0200 Subject: [PATCH] escalate warning in spell check to failure --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c8f23c7..10a99ba 100644 --- a/tox.ini +++ b/tox.ini @@ -39,7 +39,7 @@ deps = sphinx>=7.2.3 sphinx_rtd_theme pycups commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html - sphinx-build -b spelling -d {envtmpdir}/doctrees . {envtmpdir}/spelling + sphinx-build -W -b spelling -d {envtmpdir}/doctrees . {envtmpdir}/spelling [testenv:flake8] basepython = python