Skip to content

Commit

Permalink
Revert "Default to parallel builds in Sphinx for faster builds"
Browse files Browse the repository at this point in the history
This reverts commit 309a438.

Per godotengine#3239, it turns out parallel builds use too much RAM for the
average PC out there.

This closes godotengine#3239.
  • Loading branch information
Calinou committed Mar 4, 2020
1 parent 5b9558f commit c60abb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# You can set these variables from the command line.
SPHINXOPTS = -j auto
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
Expand Down
1 change: 0 additions & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if "%SPHINXBUILD%" == "" (
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=Test
set SPHINXOPTS=-j auto

if "%1" == "" goto help

Expand Down

0 comments on commit c60abb8

Please sign in to comment.