From f59b2f6be123b06b292ce675965feb1599ffae43 Mon Sep 17 00:00:00 2001 From: Oliver O'Halloran Date: Mon, 9 Dec 2019 12:14:45 +1100 Subject: doc: Use parallel builds 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 --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index d3b9909..e658937 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 -- cgit v1.1