diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2019-05-29 23:09:31 +0000 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2019-05-30 16:41:30 +0000 |
| commit | cf08508d21ffae5aea6c7dcb771ebd28612c6120 (patch) | |
| tree | fde35b063afed8c3c43b501cfa236bcbb4599ea6 /scripts/documentation-file-ref-check | |
| parent | scripts/documentation-file-ref-check: teach about .txt -> .yaml renames (diff) | |
| download | kernel-cf08508d21ffae5aea6c7dcb771ebd28612c6120.tar.gz kernel-cf08508d21ffae5aea6c7dcb771ebd28612c6120.zip | |
docs: by default, build docs a lot faster with Sphinx >= 1.7
Since Sphinx version 1.7, it is possible to use "-jauto" in
order to speedup documentation builds. On older versions,
while -j was already supported, one would need to set the
number of threads manually.
So, if SPHINXOPTS is not provided, add -jauto, in order to
speed up the build. That makes it *a lot* times faster than
without -j.
If one really wants to slow things down, it can just use:
make SPHINXOPTS=-j1 htmldocs
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
[ jc: fixed perl magic to determine sphinx version ]
Signed-off-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'scripts/documentation-file-ref-check')
0 files changed, 0 insertions, 0 deletions
