mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
a55a51da7a
To stop the sphinx-build on severe errors and exit with an exit code (to stop make) the halt_level must be set. The halt_level can't be set from sphinx, it is a docutils configuration [1]. For this a docutils.conf was added. [1] http://docutils.sourceforge.net/docs/user/config.html Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
7 lines
No EOL
158 B
Text
7 lines
No EOL
158 B
Text
# -*- coding: utf-8 mode: conf-colon -*-
|
|
#
|
|
# docutils configuration file
|
|
# http://docutils.sourceforge.net/docs/user/config.html
|
|
|
|
[general]
|
|
halt_level: severe |