Skip to content

Commit

Permalink
DOCS: Add sphinx-build --jobs default value (#12368)
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle committed May 15, 2024
1 parent ce86026 commit c64002f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man/sphinx-build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Options
Distribute the build over *N* processes in parallel, to make building on
multiprocessor machines more effective. Note that not all parts and not all
builders of Sphinx can be parallelized. If ``auto`` argument is given,
Sphinx uses the number of CPUs as *N*.
Sphinx uses the number of CPUs as *N*. Defaults to 1.

.. versionadded:: 1.2
This option should be considered *experimental*.
Expand Down

0 comments on commit c64002f

Please sign in to comment.