diff options
author | mark floyd <markfloyd@marks-MacBook-Pro.local> | 2017-12-01 18:34:33 -0800 |
---|---|---|
committer | mark floyd <markfloyd@marks-MacBook-Pro.local> | 2017-12-01 18:34:33 -0800 |
commit | 1db38e0eca560b59a8276c4a80efd9e42483ffff (patch) | |
tree | 9e15e04c4f91b487cfb105f38b629e24bb830c16 /tests/test_build_html5.py | |
parent | eff13bc4c457c0a9809952c751d62435803e79b9 (diff) | |
download | sphinx-git-1db38e0eca560b59a8276c4a80efd9e42483ffff.tar.gz |
sphinx-build: Add support for "-j auto"
Adjust -j argument so it can accept special keyword "auto", which
will set -j to the number of CPUs on machine.
Change was inspired by headaches while trying to find the best way
to get sphinx-build to use the max number of cores from any machine
we build on (Ubuntu, Mac, AWS Linux, etc). Rather than write
external scripts to set this (sysctl calls, grepping /proc/cpuinfo,
etc), it made more sense to build the functionality into
sphinx-build itself.
Change Summary:
* New custom type in sphinx.cmdline for handling -j argument
* Adjusted help string for -j flag
Diffstat (limited to 'tests/test_build_html5.py')
0 files changed, 0 insertions, 0 deletions