From bc22746662c1817a697c277fe79350ba1f3dd096 Mon Sep 17 00:00:00 2001 From: Sofia Wallin Date: Thu, 24 Oct 2019 16:23:49 +0200 Subject: Removing system warnings Removing system warnings in the release version published on RTD. Issue-ID: DOC-565 Signed-off-by: Sofia Wallin Change-Id: I9dd96628210c126a8df1acdfa4ac133e130b7189 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') 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 -- cgit 1.2.3-korg