summaryrefslogtreecommitdiffstats
path: root/examples/sphinx/release/conf.py
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2022-10-07 15:19:43 +0000
committerGerrit Code Review <gerrit@onap.org>2022-10-07 15:19:43 +0000
commitdb7450db882ceb69929974183642228e1e566f54 (patch)
tree02bd74204143cce855e57191c10dd0829fddd6ef /examples/sphinx/release/conf.py
parent9b153df19b23320e4e8a485a39b047930104f6f2 (diff)
parent95de97305dd110a2624cca4c4fe748b8ce8e8493 (diff)
Merge "Slightly improve Doc's examples"
Diffstat (limited to 'examples/sphinx/release/conf.py')
-rw-r--r--examples/sphinx/release/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/sphinx/release/conf.py b/examples/sphinx/release/conf.py
index f85f8991d..7976b6d51 100644
--- a/examples/sphinx/release/conf.py
+++ b/examples/sphinx/release/conf.py
@@ -18,7 +18,8 @@ html_show_sphinx = False
extensions = [
'sphinx.ext.intersphinx','sphinxcontrib.blockdiag',
- 'sphinxcontrib.seqdiag', 'sphinxcontrib.swaggerdoc', 'sphinx.ext.graphviz']
+ 'sphinxcontrib.seqdiag', 'sphinxcontrib.swaggerdoc', 'sphinx.ext.graphviz',
+ 'sphinxcontrib.spelling']
#
# Map to 'latest' if this file is used in 'latest' (master) 'doc' branch.