diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-03-20 09:26:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-20 09:26:59 +0000 |
commit | f0fdc500ec1bfd3b8a477e9cc862dd014828669d (patch) | |
tree | 96a6193a72014abf852d174a293c25c8f3373a85 /docs/conf.py | |
parent | 7184279ca419325df2bcc3acb72db3ac4cd25d6f (diff) | |
parent | 490b20d3e31acbc3e8f62f950186fb507fb445f0 (diff) |
Merge "Enable all Sphinx build warnings as errors"
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-x | docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5185b61cd3..e8bb6630f3 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. |