From a425660343189218e49076f67436cb9750c05631 Mon Sep 17 00:00:00 2001 From: Ruth Fuchss Date: Mon, 12 Aug 2024 14:04:40 +0200 Subject: [PATCH] Revert "cannot do parallel builds for now" This reverts commit 75412db9be3664171dc3f8365d0c7a7be95137b2. --- sp-files/Makefile.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp-files/Makefile.sp b/sp-files/Makefile.sp index d59243cd..80b5141e 100644 --- a/sp-files/Makefile.sp +++ b/sp-files/Makefile.sp @@ -7,7 +7,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. SPHINXDIR = .sphinx -SPHINXOPTS ?= -c . -d $(SPHINXDIR)/.doctrees +SPHINXOPTS ?= -c . -d $(SPHINXDIR)/.doctrees -j auto SPHINXBUILD ?= $(VENVDIR)/bin/sphinx-build SOURCEDIR = . BUILDDIR = _build