From 3ba444096ba30783b37a57e05b5dd75da503b4fb Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 24 Feb 2022 15:02:07 -0800 Subject: [PATCH] Revert "docs: Temporarily disable parallel building." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b7561049b765946d612069b52330695e8489bc7f. The bug it worked around was fixed with the previous commit’s upgrade. Signed-off-by: Anders Kaseorg --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index b5087217ff..defb990a41 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = -W +SPHINXOPTS = -j auto -W SPHINXBUILD = sphinx-build SOURCEDIR = . BUILDDIR = _build