Skip to content

Commit 29310a5

Browse files
author
Jonathan Corbet
committed
Revert "doc/sphinx: Enable keep_warnings"
This reverts commit 47d6d75. Commit f42ddca (doc-rst: kernel-doc directive, fix state machine reporter) from Marcus Heiser provides a better fix, so this configuration change is no longer needed.
1 parent f42ddca commit 29310a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
#modindex_common_prefix = []
126126

127127
# If true, keep warnings as "system message" paragraphs in the built documents.
128-
keep_warnings = True
128+
#keep_warnings = False
129129

130130
# If true, `todo` and `todoList` produce output, else they produce nothing.
131131
todo_include_todos = False

0 commit comments

Comments
 (0)