From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id BCE183858C2B; Fri, 11 Nov 2022 12:37:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BCE183858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668170251; bh=U9Rwv3FF0/aSMW4V2vnWYwZNSTaPxxE1kH7NGO+hzZ4=; h=From:To:Subject:Date:From; b=Ut+2x1iOD8bS73wEXVZY7DbAb5yP7+5yGHNBDWMNVcnF5H8atsidFzJJeu+rP1JOv m7118eyhNmPXRIrWM02A5uowzKZ+fkZpps8TfaedoIZHnnIw1QEqgtBKWXvy0h/+gl xB0QDiegbOeU5pjlPzf+Bq2TUzrc6AHxQkM1r6qk= 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-3895] 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: 08fd14f9589b6e0e3155ba728a5e7031b9250f91 X-Git-Newrev: 02698e21de26c7d4217f856ee64436148e0aede7 Message-Id: <20221111123731.BCE183858C2B@sourceware.org> Date: Fri, 11 Nov 2022 12:37:31 +0000 (GMT) List-Id: https://gcc.gnu.org/g:02698e21de26c7d4217f856ee64436148e0aede7 commit r13-3895-g02698e21de26c7d4217f856ee64436148e0aede7 Author: Martin Liska Date: Fri Nov 11 13:37:14 2022 +0100 doc: update sphinx-build -j auto comment ChangeLog: * doc/Makefile: Update comment. Diff: --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index e08a43ecf2d..3a7c4c4da9d 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 CPUs: +# Disable parallel reading as it can be very slow on a machine with many CPUs: # https://github.com/sphinx-doc/sphinx/issues/10969 SPHINXOPTS ?= -q