From: Rich Bennett Date: Wed, 22 May 2019 20:11:39 +0000 (-0400) Subject: Turn on publishing of system messages X-Git-Tag: elalto.1.5.2~3267 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F88305%2F1;p=doc.git Turn on publishing of system messages Issue-ID: DOC-467 Signed-off-by: Rich Bennett Change-Id: Ia8a2181cdd00e3a47ba93b00ccd5ac7997b3dd89 --- diff --git a/docs/conf.py b/docs/conf.py index 5cab846ce..3b5c3019a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -121,7 +121,7 @@ pygments_style = 'sphinx' #modindex_common_prefix = [] # If true, keep warnings as "system message" paragraphs in the built documents. -#keep_warnings = False +keep_warnings = True # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True