summaryrefslogtreecommitdiffstats
path: root/examples/sphinx/master/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sphinx/master/conf.py')
-rw-r--r--examples/sphinx/master/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/sphinx/master/conf.py b/examples/sphinx/master/conf.py
index a4823355e..d447769b9 100644
--- a/examples/sphinx/master/conf.py
+++ b/examples/sphinx/master/conf.py
@@ -31,6 +31,11 @@ intersphinx_mapping = {}
doc_url = 'https://docs.onap.org/projects'
master_doc = 'index'
+exclude_patterns = ['.tox']
+
+spelling_word_list_filename='spelling_wordlist.txt'
+spelling_lang = "en_GB"
+
#
# Example:
# intersphinx_mapping['onap-aai-aai-common'] = ('{}/onap-aai-aai-common/en/%s'.format(doc_url) % branch, None)