diff options
author | Martin Liska <mliska@suse.cz> | 2022-11-13 21:54:09 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-11-14 09:35:03 +0100 |
commit | 943401b36d128de29e33ce54b663e56c60d4a678 (patch) | |
tree | 774fe1f752138132b7313e91740b49bbb1eefd8d | |
parent | 95c6f70ce82ec5384528df96a6d162a21dda6196 (diff) | |
download | gcc-943401b36d128de29e33ce54b663e56c60d4a678.zip gcc-943401b36d128de29e33ce54b663e56c60d4a678.tar.gz gcc-943401b36d128de29e33ce54b663e56c60d4a678.tar.bz2 |
Revert "sphinx: stop using parallel mode"
This reverts commit 08fd14f9589b6e0e3155ba728a5e7031b9250f91.
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 1 insertions, 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 = . |