mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update docstring
This commit is contained in:
@@ -89,7 +89,7 @@ def jobs_argument(value):
|
||||
"""
|
||||
Special type to handle 'auto' flags passed to 'sphinx-build' via -j flag. Can
|
||||
be expanded to handle other special scaling requests, such as setting job count
|
||||
to (cpu_count / 2)
|
||||
to cpu_count.
|
||||
"""
|
||||
if value == 'auto':
|
||||
return multiprocessing.cpu_count()
|
||||
|
||||
Reference in New Issue
Block a user