summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorhalil.cakal <halil.cakal@est.tech>2023-03-20 10:33:08 +0000
committerhalil.cakal <halil.cakal@est.tech>2023-03-20 10:34:18 +0000
commit73a5134d0a2b5992be04cd2b7af2b2e6ad4621ab (patch)
treeb02e6fec4f903c0953b91fca355781bb85df6c86 /docs/conf.py
parente648aba2d39855337b6a5c39000dc6c611d09191 (diff)
Add sphinxcontirb.spelling extension into conf.py
- It also align dmi module with cps for tox.ini config Issue-ID: DOC-798 Change-Id: Ie241f5490243de43fa2889ef88a6dca93702f7a9 Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index acf3927e..8e8ed3d7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -39,7 +39,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.