diff mbox series

[15/18] doc: Use parallel builds

Message ID 20191209011448.19319-15-oohall@gmail.com
State Accepted
Headers show
Series [01/18] doc: Add skiboot-5.2.0 ref | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch warning Failed to apply on branch master (d75e82dbfbb9443efeb3f9a5921ac23605aab469)
snowpatch_ozlabs/apply_patch fail Failed to apply to any branch

Commit Message

Oliver O'Halloran Dec. 9, 2019, 1:14 a.m. UTC
Using all your cores makes re-building the documentation a significantly
faster. It'd be even faster if sphinx would stop assuming every single
.rst file changes between builds, but casual googling didn't reveal a
fix so -EEFFORT. Might be a bug in Sphinx 1.8.3 which Fedora is shipping.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 doc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/Makefile b/doc/Makefile
index d3b990912656..e6589372d0b2 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -2,7 +2,7 @@ 
 #
 
 # You can set these variables from the command line.
-SPHINXOPTS    =
+SPHINXOPTS    = -j auto
 SPHINXBUILD   = sphinx-build
 PAPER         =
 BUILDDIR      = _build