diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-07-20 18:56:21 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-07-20 18:56:21 -0400 |
commit | 29310a50752de76314f51555b72044d11f6cba49 (patch) | |
tree | 07933636291c312bf160b8084e21db51cb70f4ff | |
parent | f42ddca7bebcc069f470143434c119c96cd15bb5 (diff) |
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.
-rw-r--r-- | Documentation/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index 49c242cf18c5..792b6338ef19 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py | |||
@@ -125,7 +125,7 @@ pygments_style = 'sphinx' | |||
125 | #modindex_common_prefix = [] | 125 | #modindex_common_prefix = [] |
126 | 126 | ||
127 | # If true, keep warnings as "system message" paragraphs in the built documents. | 127 | # If true, keep warnings as "system message" paragraphs in the built documents. |
128 | keep_warnings = True | 128 | #keep_warnings = False |
129 | 129 | ||
130 | # If true, `todo` and `todoList` produce output, else they produce nothing. | 130 | # If true, `todo` and `todoList` produce output, else they produce nothing. |
131 | todo_include_todos = False | 131 | todo_include_todos = False |