mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
Enable spell checking (#563)
* add spellchecking * improve spelling * improve spelling config * extend word list * improve spelling * improve spelling * escalate warning in spell check to failure * fix spelling * fix spelling * add plural * Update doc/spelling_wordlist.txt * do not stop on warning * require newest sphinxcontrib spelling * remove old comment * add authors as single line entry to spelling list * reenable stop on warning
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -33,12 +33,13 @@ changedir = doc
|
||||
deps = sphinx>=7.2.3
|
||||
setuptools_scm
|
||||
python-barcode
|
||||
sphinxcontrib-spelling>=7.2.0
|
||||
sphinxcontrib-spelling>=8.0.0
|
||||
sphinxcontrib.datatemplates
|
||||
sphinx-autodoc-typehints
|
||||
sphinx_rtd_theme
|
||||
pycups
|
||||
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||
sphinx-build -W -b spelling -d {envtmpdir}/doctrees . {envtmpdir}/spelling
|
||||
|
||||
[testenv:flake8]
|
||||
basepython = python
|
||||
|
Reference in New Issue
Block a user