diff options
author | Sofia Wallin <sofia.wallin@est.tech> | 2019-10-24 16:23:49 +0200 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@est.tech> | 2019-10-24 16:23:49 +0200 |
commit | bc22746662c1817a697c277fe79350ba1f3dd096 (patch) | |
tree | 52eb23da5c053288e196c01a9f4dfbf8f752a45f | |
parent | 9aca64c120759f07de8cd39e8298b95484e12daf (diff) |
Removing system warnings
Removing system warnings in the release version published
on RTD.
Issue-ID: DOC-565
Signed-off-by: Sofia Wallin <sofia.wallin@est.tech>
Change-Id: I9dd96628210c126a8df1acdfa4ac133e130b7189
-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 3b5c3019a..aa5c52f9e 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 = True +keep_warnings = False # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True |