add spellchecking

This commit is contained in:
Patrick Kanzler 2023-09-06 00:07:29 +02:00
parent e3e1500d35
commit b81c841a1b

View File

@ -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