diff options
author | Martin Liska <mliska@suse.cz> | 2022-11-13 21:54:03 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-11-14 09:35:02 +0100 |
commit | 95c6f70ce82ec5384528df96a6d162a21dda6196 (patch) | |
tree | 77cb3d7a5e2e83499e9b34a852e556dd238e3662 | |
parent | 28a2864905e151bab39ef0eadeae6b8fdad1edbf (diff) | |
download | gcc-95c6f70ce82ec5384528df96a6d162a21dda6196.zip gcc-95c6f70ce82ec5384528df96a6d162a21dda6196.tar.gz gcc-95c6f70ce82ec5384528df96a6d162a21dda6196.tar.bz2 |
Revert "doc: update sphinx-build -j auto comment"
This reverts commit 02698e21de26c7d4217f856ee64436148e0aede7.
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 3a7c4c4..e08a43e 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 |