Skip to content

Commit

Permalink
Merge pull request #270 from ru-fu/revert-parallel-builds
Browse files Browse the repository at this point in the history
Revert "cannot do parallel builds for now"
  • Loading branch information
ru-fu authored Aug 15, 2024
2 parents 20aa571 + a425660 commit f34d227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sp-files/Makefile.sp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXDIR = .sphinx
SPHINXOPTS ?= -c . -d $(SPHINXDIR)/.doctrees
SPHINXOPTS ?= -c . -d $(SPHINXDIR)/.doctrees -j auto
SPHINXBUILD ?= $(VENVDIR)/bin/sphinx-build
SOURCEDIR = .
BUILDDIR = _build
Expand Down

0 comments on commit f34d227

Please sign in to comment.