public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3965] Revert "sphinx: stop using parallel mode"
@ 2022-11-14  8:36 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-11-14  8:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:943401b36d128de29e33ce54b663e56c60d4a678

commit r13-3965-g943401b36d128de29e33ce54b663e56c60d4a678
Author: Martin Liska <mliska@suse.cz>
Date:   Sun Nov 13 21:54:09 2022 +0100

    Revert "sphinx: stop using parallel mode"
    
    This reverts commit 08fd14f9589b6e0e3155ba728a5e7031b9250f91.

Diff:
---
 doc/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index e08a43ecf2d..9e305a8e7da 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     = .

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-14  8:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14  8:36 [gcc r13-3965] Revert "sphinx: stop using parallel mode" Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).