diff options
author | Rich Bennett <rb2745@att.com> | 2019-05-22 16:11:39 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2019-05-22 16:14:00 -0400 |
commit | 95d9e29ec8cebc05f61778e952f83a5162d76834 (patch) | |
tree | 01ef99a2bd5768a1e1977ddf91fe26ae8dc70639 | |
parent | 7ec6ef1f91ba139398b94b5f9d67c1a8a761b257 (diff) |
Turn on publishing of system messages
Issue-ID: DOC-467
Signed-off-by: Rich Bennett <rb2745@att.com>
Change-Id: Ia8a2181cdd00e3a47ba93b00ccd5ac7997b3dd89
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |