File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if [[ -z "${SPHINX_CUDA_BINDINGS_VER}" ]]; then
23
23
fi
24
24
25
25
# build the docs (in parallel)
26
- SPHINXOPTS=" -j 4" make html
26
+ SPHINXOPTS=" -j 4 -d build/.doctrees " make html
27
27
28
28
# for debugging/developing (conf.py), please comment out the above line and
29
29
# use the line below instead, as we must build in serial to avoid getting
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if [[ -z "${SPHINX_CUDA_CORE_VER}" ]]; then
19
19
fi
20
20
21
21
# build the docs (in parallel)
22
- SPHINXOPTS=" -j 4" make html
22
+ SPHINXOPTS=" -j 4 -d build/.doctrees " make html
23
23
24
24
# for debugging/developing (conf.py), please comment out the above line and
25
25
# use the line below instead, as we must build in serial to avoid getting
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if [[ -z "${SPHINX_CUDA_PYTHON_VER}" ]]; then
23
23
fi
24
24
25
25
# build the docs (in parallel)
26
- SPHINXOPTS=" -j 4" make html
26
+ SPHINXOPTS=" -j 4 -d build/.doctrees " make html
27
27
28
28
# for debugging/developing (conf.py), please comment out the above line and
29
29
# use the line below instead, as we must build in serial to avoid getting
You can’t perform that action at this time.
0 commit comments