From 93b7cc0d79c69019b73c37ca27fca1382d3ca822 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Thu, 29 Feb 2024 11:55:42 +0100 Subject: update doc config files Issue-ID: DOC-823 Change-Id: Ic15e5eb4a2c6f9ea1911a809422159406fd11eb7 Signed-off-by: thmsdt --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index a9c42b6..8cdff9b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,9 @@ intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' master_doc = 'index' -exclude_patterns = ['.tox'] +exclude_patterns = [ + '.tox' +] spelling_word_list_filename='spelling_wordlist.txt' spelling_lang = "en_GB" -- cgit 1.2.3-korg