summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-02-29 11:55:42 +0100
committerthmsdt <thomas.kulik@telekom.de>2024-02-29 11:56:24 +0100
commit93b7cc0d79c69019b73c37ca27fca1382d3ca822 (patch)
tree8f102118f6ce94068300d46bab01283be14abdd9 /docs/conf.py
parentc08628279b0949fca2d4038db71055870c100651 (diff)
update doc config filesHEADmaster
Issue-ID: DOC-823 Change-Id: Ic15e5eb4a2c6f9ea1911a809422159406fd11eb7 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 3 insertions, 1 deletions
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"