Files
android_kernel_xiaomi_sm8450/Documentation
Markus Heiser b62b9d81a0 docs: sphinx-extensions: add metadata parallel-safe
The setup() function of a Sphinx-extension can return a dictionary. This
is treated by Sphinx as metadata of the extension [1].

With metadata "parallel_read_safe = True" a extension is marked as
save for "parallel reading of source". This is needed if you want
build in parallel with N processes. E.g.:

  make SPHINXOPTS=-j4 htmldocs

will no longer log warnings like:

  WARNING: the foobar extension does not declare if it is safe for
  parallel reading, assuming it isn't - please ask the extension author
  to check and make it explicit.

Add metadata to extensions:

* kernel-doc
* flat-table
* kernel-include

[1] http://www.sphinx-doc.org/en/stable/extdev/#extension-metadata

Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de>
Tested-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2016-09-01 08:19:02 -06:00
..
2016-08-07 14:41:02 -06:00
2016-05-31 16:41:55 +08:00
2016-08-18 15:31:56 -06:00
2016-06-03 13:31:37 -06:00
2015-06-08 23:15:45 +02:00
2016-06-14 16:01:00 -07:00
2015-11-30 12:14:12 +00:00
2016-06-30 13:07:33 -06:00
2016-08-22 15:36:15 -06:00
2016-06-07 22:57:10 +02:00
2016-06-07 22:57:10 +02:00
2016-05-17 14:48:04 +02:00
2016-04-28 08:02:36 -06:00