Skip to content

Commit 46561ee

Browse files
committed
build: use multiple cores
Builds were taking too long due to using a single core. This updates to automatically use multiple cores. Build time went from ~25 sec to ~10 sec
1 parent edf2e15 commit 46561ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS =
5+
SPHINXOPTS = -j auto
66
SPHINXBUILD = sphinx-build
77
SPHINXPROJ = Dash
88
SOURCEDIR = .

0 commit comments

Comments
 (0)