Skip to content

Commit ec542df

Browse files
authored
docs: avoid parallelization
1 parent 83f95c3 commit ec542df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if "%SPHINXBUILD%" == "" (
88
set SPHINXBUILD=sphinx-build
99
)
1010
if "%SPHINXOPTS%" == "" (
11-
set SPHINXOPTS=-j auto -W --color
11+
set SPHINXOPTS=-j 1 -W --color
1212
)
1313
set SOURCEDIR=source
1414
set APIDIR=api

0 commit comments

Comments
 (0)