[Skiboot] [PATCH 15/18] doc: Use parallel builds
Oliver O'Halloran
oohall at gmail.com
Mon Dec 9 12:14:45 AEDT 2019
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 at gmail.com>
---
doc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.21.0
More information about the Skiboot
mailing list