diff options
author | Eric Debeau <eric.debeau@orange.com> | 2022-10-07 15:19:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-10-07 15:19:43 +0000 |
commit | db7450db882ceb69929974183642228e1e566f54 (patch) | |
tree | 02bd74204143cce855e57191c10dd0829fddd6ef /examples/sphinx/master/conf.py | |
parent | 9b153df19b23320e4e8a485a39b047930104f6f2 (diff) | |
parent | 95de97305dd110a2624cca4c4fe748b8ce8e8493 (diff) |
Merge "Slightly improve Doc's examples"
Diffstat (limited to 'examples/sphinx/master/conf.py')
-rw-r--r-- | examples/sphinx/master/conf.py | 3 |
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. |