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:
12
doc/conf.py
12
doc/conf.py
@@ -316,3 +316,15 @@ spelling_ignore_pypi_package_names = True
|
||||
spelling_ignore_wiki_words = True
|
||||
spelling_ignore_python_builtins = True
|
||||
spelling_ignore_importable_modules = True
|
||||
spelling_ignore_contributor_names = True
|
||||
spelling_word_list_filename = ["spelling_wordlist.txt", "../AUTHORS"]
|
||||
spelling_show_suggestions = True
|
||||
spelling_suggestion_limit = 3
|
||||
spelling_warning = True
|
||||
spelling_exclude_patterns = [
|
||||
"**/capabilities.json",
|
||||
"../../capabilities-data/dist/capabilities.json",
|
||||
"**/available-encodings.rst",
|
||||
"**/available-profiles.rst",
|
||||
"dev/todo.rst",
|
||||
]
|
||||
|
Reference in New Issue
Block a user