From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id D011E3835781; Mon, 14 Nov 2022 08:36:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D011E3835781 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668415009; bh=sAKiZF73TG7yArN1mIG2UxuBrFD1WnsVTHvEth3WShA=; h=From:To:Subject:Date:From; b=T/QBFlFS+E6nag4R6s6qZ8vY3egv9bcPf3HECL9EG7Ag05Fhma4aO0V5mm32/CWVB X6keDFpL/aKkQ41xOOq2GNBJyXkBmYIwHvneYP8SuYkiJdgN8lZXFN2a50czeTH8qk +Mh6g5eAfRIKtdvVKJOxhumdigDqsW4e35Ve7BW4= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-3964] Revert "doc: update sphinx-build -j auto comment" X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 28a2864905e151bab39ef0eadeae6b8fdad1edbf X-Git-Newrev: 95c6f70ce82ec5384528df96a6d162a21dda6196 Message-Id: <20221114083649.D011E3835781@sourceware.org> Date: Mon, 14 Nov 2022 08:36:49 +0000 (GMT) List-Id: https://gcc.gnu.org/g:95c6f70ce82ec5384528df96a6d162a21dda6196 commit r13-3964-g95c6f70ce82ec5384528df96a6d162a21dda6196 Author: Martin Liska Date: Sun Nov 13 21:54:03 2022 +0100 Revert "doc: update sphinx-build -j auto comment" This reverts commit 02698e21de26c7d4217f856ee64436148e0aede7. Diff: --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 3a7c4c4da9d..e08a43ecf2d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. -# Disable parallel reading as it can be very slow on a machine with many CPUs: +# Disable parallel reading as it can be very slow on a machine with CPUs: # https://github.com/sphinx-doc/sphinx/issues/10969 SPHINXOPTS ?= -q