Use multiple CPU cores for sphinx-build

This commit is contained in:
Kovid Goyal 2019-04-24 15:08:51 +05:30
parent b6267d4a8c
commit 47969e9f18
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -2,7 +2,7 @@
# #
# You can set these variables from the command line. # You can set these variables from the command line.
SPHINXOPTS = -T $(FAIL_WARN) SPHINXOPTS = -j auto -T $(FAIL_WARN)
SPHINXBUILD = python3 .. +launch :sphinx-build SPHINXBUILD = python3 .. +launch :sphinx-build
SPHINXPROJ = kitty SPHINXPROJ = kitty
SOURCEDIR = . SOURCEDIR = .