From 943401b36d128de29e33ce54b663e56c60d4a678 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Sun, 13 Nov 2022 21:54:09 +0100 Subject: [PATCH] Revert "sphinx: stop using parallel mode" This reverts commit 08fd14f9589b6e0e3155ba728a5e7031b9250f91. --- doc/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index e08a43e..9e305a8 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,11 +2,7 @@ # # You can set these variables from the command line. - -# Disable parallel reading as it can be very slow on a machine with CPUs: -# https://github.com/sphinx-doc/sphinx/issues/10969 - -SPHINXOPTS ?= -q +SPHINXOPTS ?= -j auto -q SPHINXBUILD ?= sphinx-build PAPER ?= SOURCEDIR = . -- 2.7.4