diff options
author | Martin Liska <mliska@suse.cz> | 2022-11-11 13:37:14 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-11-11 13:37:14 +0100 |
commit | 02698e21de26c7d4217f856ee64436148e0aede7 (patch) | |
tree | acc705c0062b0d0603b7b79ceaba8dca280ff3c1 | |
parent | 08fd14f9589b6e0e3155ba728a5e7031b9250f91 (diff) | |
download | gcc-02698e21de26c7d4217f856ee64436148e0aede7.zip gcc-02698e21de26c7d4217f856ee64436148e0aede7.tar.gz gcc-02698e21de26c7d4217f856ee64436148e0aede7.tar.bz2 |
doc: update sphinx-build -j auto comment
ChangeLog:
* doc/Makefile: Update comment.
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index e08a43e..3a7c4c4 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 |