]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add -j auto to sphinx opts
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Nov 2019 23:42:23 +0000 (18:42 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Nov 2019 23:42:23 +0000 (18:42 -0500)
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

doc/build/Makefile

index cd39b7288820287fdafa222d15f8ff7f51402d62..96e7db019cb53e007d3463117b4d3dd435773f2b 100644 (file)
@@ -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