aboutsummaryrefslogtreecommitdiffstats
path: root/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/conf.py')
-rw-r--r--source/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/conf.py b/source/conf.py
index c132d06..d768527 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -13,7 +13,8 @@ author = 'CTI TAC'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
-extensions = []
+extensions = [ 'sphinxcontrib.spelling' ]
+spelling_word_list_filename = [ 'spelling_wordlist.txt', 'name_wordlist.txt' ]
templates_path = ['_templates']
exclude_patterns = []