From 47969e9f180da92d95bee11a0bb546bfb9d62395 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 24 Apr 2019 15:08:51 +0530 Subject: [PATCH] Use multiple CPU cores for sphinx-build --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 210757882..89d27e32b 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = -T $(FAIL_WARN) +SPHINXOPTS = -j auto -T $(FAIL_WARN) SPHINXBUILD = python3 .. +launch :sphinx-build SPHINXPROJ = kitty SOURCEDIR = .