From b81c841a1b7e8f519f9d4bac99c3ccd9fb024746 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Wed, 6 Sep 2023 00:07:29 +0200 Subject: [PATCH] add spellchecking --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ff30b29..c8f23c7 100644 --- a/tox.ini +++ b/tox.ini @@ -39,6 +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 [testenv:flake8] basepython = python