Parallel building utilities.
Unknown Field: copyright | |
Copyright 2007-2022 by the Sphinx team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Variable | logger |
Undocumented |
Variable | multiprocessing |
Undocumented |
Variable | parallel_available |
Undocumented |
Class | ParallelTasks |
Executes nproc tasks in parallel after forking. |
Class | SerialTasks |
Has the same interface as ParallelTasks, but executes tasks directly. |
Function | make_chunks |
Undocumented |