From: Mike Bayer Date: Wed, 6 Nov 2019 23:42:23 +0000 (-0500) Subject: Add -j auto to sphinx opts X-Git-Tag: rel_1_4_0b1~636 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f5f953b5472790a5ec6c278ec188f9cea035437;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add -j auto to sphinx opts Sphinx supports multiprocessing via the -j flag. set to auto so that multiple processes based on CPU core count will be used. Change-Id: Id89f860e0e113d670477b0322a7950281543d9d5 --- diff --git a/doc/build/Makefile b/doc/build/Makefile index cd39b72888..96e7db019c 100644 --- a/doc/build/Makefile +++ b/doc/build/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = -v +SPHINXOPTS = -v -j auto SPHINXBUILD = sphinx-build PAPER = BUILDDIR = output