From: Jonathan Corbet Date: Wed, 20 Jul 2016 22:56:21 +0000 (-0600) Subject: Revert "doc/sphinx: Enable keep_warnings" X-Git-Tag: v4.14-rc1~2679^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29310a50752de76314f51555b72044d11f6cba49;p=platform%2Fkernel%2Flinux-rpi.git Revert "doc/sphinx: Enable keep_warnings" This reverts commit 47d6d752b9e20dbe8a2acd22e887be81a6f39de9. Commit f42ddca7bebc (doc-rst: kernel-doc directive, fix state machine reporter) from Marcus Heiser provides a better fix, so this configuration change is no longer needed. --- diff --git a/Documentation/conf.py b/Documentation/conf.py index 49c242c..792b633 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -125,7 +125,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 = False