From 95d9e29ec8cebc05f61778e952f83a5162d76834 Mon Sep 17 00:00:00 2001 From: Rich Bennett Date: Wed, 22 May 2019 16:11:39 -0400 Subject: [PATCH] Turn on publishing of system messages Issue-ID: DOC-467 Signed-off-by: Rich Bennett Change-Id: Ia8a2181cdd00e3a47ba93b00ccd5ac7997b3dd89 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6