Revert "Default to parallel builds in Sphinx for faster builds"

This reverts commit 309a4382c9.

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

This closes #3239.
This commit is contained in:
Hugo Locurcio
2020-03-04 09:41:32 +01:00
parent 5b9558f6ca
commit c60abb849e
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#
# You can set these variables from the command line.
SPHINXOPTS = -j auto
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build

View File

@@ -10,7 +10,6 @@ if "%SPHINXBUILD%" == "" (
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=Test
set SPHINXOPTS=-j auto
if "%1" == "" goto help