Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc-rst: add docutils config file

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>

authored by

Markus Heiser and committed by
Jonathan Corbet
a55a51da 66675625

+7
+7
Documentation/docutils.conf
··· 1 + # -*- coding: utf-8 mode: conf-colon -*- 2 + # 3 + # docutils configuration file 4 + # http://docutils.sourceforge.net/docs/user/config.html 5 + 6 + [general] 7 + halt_level: severe