summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-03-05 16:37:35 +0200
committerGitHub <noreply@github.com>2023-03-05 14:37:35 +0000
commit219d71315cd59685f4f99c8def4e8f692611e6c8 (patch)
tree6394e1bb71dcd4ca879c83212683cd0797eca389 /doc
parentc5641702b552d71bc99c1ba3b45073488a30d398 (diff)
downloadsphinx-git-219d71315cd59685f4f99c8def4e8f692611e6c8.tar.gz
Make ``--jobs`` a synonym for ``-j`` (#11210)
Make --jobs a synonym for -j
Diffstat (limited to 'doc')
-rw-r--r--doc/man/sphinx-build.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/man/sphinx-build.rst b/doc/man/sphinx-build.rst
index 9bba4a55a..a66423010 100644
--- a/doc/man/sphinx-build.rst
+++ b/doc/man/sphinx-build.rst
@@ -138,7 +138,7 @@ Options
the build directory; with this option you can select a different cache
directory (the doctrees can be shared between all builders).
-.. option:: -j N
+.. option:: -j N, --jobs N
Distribute the build over *N* processes in parallel, to make building on
multiprocessor machines more effective. Note that not all parts and not all
@@ -151,6 +151,9 @@ Options
.. versionchanged:: 1.7
Support ``auto`` argument.
+ .. versionchanged:: 6.2
+ Add ``--jobs`` long option.
+
.. option:: -c path
Don't look for the :file:`conf.py` in the source directory, but use the given