mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
docs: Add `-j auto
` option
This commit is contained in:
parent
9c1bbf1948
commit
840b5828e7
@ -143,11 +143,15 @@ Options
|
|||||||
|
|
||||||
Distribute the build over *N* processes in parallel, to make building on
|
Distribute the build over *N* processes in parallel, to make building on
|
||||||
multiprocessor machines more effective. Note that not all parts and not all
|
multiprocessor machines more effective. Note that not all parts and not all
|
||||||
builders of Sphinx can be parallelized.
|
builders of Sphinx can be parallelized. If ``auto`` argument is given,
|
||||||
|
Sphinx uses the number of CPUs as *N*.
|
||||||
|
|
||||||
.. versionadded:: 1.2
|
.. versionadded:: 1.2
|
||||||
This option should be considered *experimental*.
|
This option should be considered *experimental*.
|
||||||
|
|
||||||
|
.. versionchanged:: 1.7
|
||||||
|
Support ``auto`` argument.
|
||||||
|
|
||||||
.. option:: -c path
|
.. option:: -c path
|
||||||
|
|
||||||
Don't look for the :file:`conf.py` in the source directory, but use the given
|
Don't look for the :file:`conf.py` in the source directory, but use the given
|
||||||
|
Loading…
Reference in New Issue
Block a user