aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-05-06 10:37:06 +1200
committerGitHub <noreply@github.com>2021-05-06 10:37:06 +1200
commit22654ce7c0acaab875c9427592a42093ac75e8cd (patch)
tree229597a5a184b02ba831b5e923574a008de06782 /docs/source/conf.py
parent45a88fe245ae040b6f19696dfd928fb2f03f51d9 (diff)
downloadPROJ-22654ce7c0acaab875c9427592a42093ac75e8cd.tar.gz
PROJ-22654ce7c0acaab875c9427592a42093ac75e8cd.zip
DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2707)
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 9a176217..8c81487f 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']