From 73a5134d0a2b5992be04cd2b7af2b2e6ad4621ab Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Mon, 20 Mar 2023 10:33:08 +0000 Subject: 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 --- docs/conf.py | 3 ++- docs/tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 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. diff --git a/docs/tox.ini b/docs/tox.ini index dc467068..ea1c1951 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -43,4 +43,4 @@ deps = -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = - sphinx-build -W -q -b spelling -Dextensions=sphinxcontrib.spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck + sphinx-build -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck -- cgit 1.2.3-korg