Makefile: use all available cores by default

This commit is contained in:
Stephan de Wit 2023-07-13 13:34:20 +02:00
parent e4f27e1f37
commit 0a8b74f047
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ clean:
.PHONY: html
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
$(SPHINXBUILD) -b html -j auto $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."