Skip to content

Commit 83f95c3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS = -j auto -W --color
5+
SPHINXOPTS = -j 1 -W --color
66
SPHINXBUILD = sphinx-build
77
APIDIR = api
88
EXAMPLESDIR = examples

0 commit comments

Comments
 (0)