summaryrefslogtreecommitdiffstats
path: root/examples/sphinx/master/conf.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-10-07 14:27:53 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2022-10-07 14:29:38 +0200
commit95de97305dd110a2624cca4c4fe748b8ce8e8493 (patch)
tree999be16970a80b210d3bf0ebbd9b25f926209faf /examples/sphinx/master/conf.py
parent4facc3c25451d205b76e205f65522e410494583d (diff)
Slightly improve Doc's examples
Issue-ID: DOC-798 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I541b3af46292bc1dbf8895c215747c0313b12eeb
Diffstat (limited to 'examples/sphinx/master/conf.py')
-rw-r--r--examples/sphinx/master/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/sphinx/master/conf.py b/examples/sphinx/master/conf.py
index d447769b9..e15eeeec4 100644
--- a/examples/sphinx/master/conf.py
+++ b/examples/sphinx/master/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.