File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
- OPENBLAS_NUM_THREADS : 2
62
62
- CONDA_ENV_NAME : testenv
63
63
- LOCK_FILE : build_tools/circle/doc_linux-64_conda.lock
64
+ # Disable sphinx parallelism to avoid EOFError or job stalling in CircleCI
65
+ - SPHINX_NUMJOBS : 1
64
66
steps :
65
67
- checkout
66
68
- run : ./build_tools/circle/checkout_merge_commit.sh
Original file line number Diff line number Diff line change @@ -8,12 +8,10 @@ PAPER =
8
8
BUILDDIR = _build
9
9
10
10
# Disable multiple jobs on OSX
11
- # FIXME: disable completely the parallel build to investigate the EOFError and
12
- # OSError observe in CircleCI
13
11
ifeq ($(shell uname) , Darwin)
14
12
SPHINX_NUMJOBS ?= 1
15
13
else
16
- SPHINX_NUMJOBS ?= 1
14
+ SPHINX_NUMJOBS ?= auto
17
15
endif
18
16
19
17
ifneq ($(EXAMPLES_PATTERN ) ,)
You can’t perform that action at this time.
0 commit comments