From ea3f53746c859c73c775bf11d17f8471d0fb59f2 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Tue, 4 May 2021 09:05:06 +1200 Subject: DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705) --- docs/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index 24d31b9c..bffc62ad 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,6 +46,11 @@ templates_path = ['_templates'] # BibTeX configuration bibtex_bibfiles = ['references.bib'] +# Spelling configuration +spelling_lang = tokenizer_lang = 'en_GB' +spelling_show_suggestions = False +spelling_ignore_importable_modules = False + # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # source_suffix = ['.rst', '.md'] -- cgit v1.2.3