File tree Expand file tree Collapse file tree 4 files changed +3
-12
lines changed Expand file tree Collapse file tree 4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if [[ -z "${SPHINX_CUDA_BINDINGS_VER}" ]]; then
2323fi
2424
2525# build the docs (in parallel)
26- SPHINXOPTS=" -j 4" make html
26+ SPHINXOPTS=" -j 4 -d build/.doctrees " make html
2727
2828# for debugging/developing (conf.py), please comment out the above line and
2929# use the line below instead, as we must build in serial to avoid getting
Original file line number Diff line number Diff line change 1- ---
2- jupytext :
3- text_representation :
4- format_name : myst
5- kernelspec :
6- display_name : Python 3
7- name : python3
8- ---
9-
101# Overview
112
123<p style =" font-size : 14px ; color : grey ; text-align : right ;" >by <a
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if [[ -z "${SPHINX_CUDA_CORE_VER}" ]]; then
1919fi
2020
2121# build the docs (in parallel)
22- SPHINXOPTS=" -j 4" make html
22+ SPHINXOPTS=" -j 4 -d build/.doctrees " make html
2323
2424# for debugging/developing (conf.py), please comment out the above line and
2525# 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
2323fi
2424
2525# build the docs (in parallel)
26- SPHINXOPTS=" -j 4" make html
26+ SPHINXOPTS=" -j 4 -d build/.doctrees " make html
2727
2828# for debugging/developing (conf.py), please comment out the above line and
2929# 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