summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-03-15 21:40:48 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2023-03-15 21:49:09 +0100
commit490b20d3e31acbc3e8f62f950186fb507fb445f0 (patch)
treec9d81999a5287f401c78a2c72e26a346c7463d92 /docs/conf.py
parent9a552aaf3dcd944a629aa30a3cb8122eb8ce7585 (diff)
Enable all Sphinx build warnings as errors
It also fixes several issues to pass the gate. Please note that .. code-block :: json content must be json. Issue-ID: DOC-798 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I38a751b67ab70a5ed5d61cdd49fe914c7b9270cd
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-xdocs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5185b61cd..e8bb6630f 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -38,7 +38,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.