Skip to content

Commit 0a8b74f

Browse files
committed
Makefile: use all available cores by default
1 parent e4f27e1 commit 0a8b74f

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
@@ -53,7 +53,7 @@ clean:
5353

5454
.PHONY: html
5555
html:
56-
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
56+
$(SPHINXBUILD) -b html -j auto $(ALLSPHINXOPTS) $(BUILDDIR)/html
5757
@echo
5858
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
5959

0 commit comments

Comments
 (0)