Skip to content

Commit

Permalink
Sphinx parallel build was fine, so add it back
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-sadeghi committed Jul 25, 2023
1 parent 9300259 commit 23ee7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ clean:
find . -name "generated" | xargs rm -rf

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

Expand Down

0 comments on commit 23ee7dc

Please sign in to comment.