File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
41
41
rapids-logger " Build Python docs"
42
42
pushd docs/cudf
43
- make dirhtml
44
- make text
43
+ make dirhtml O= " -j 4 "
44
+ make text O= " -j 4 "
45
45
mkdir -p " ${RAPIDS_DOCS_DIR} /cudf/" {html,txt}
46
46
mv build/dirhtml/* " ${RAPIDS_DOCS_DIR} /cudf/html"
47
47
mv build/text/* " ${RAPIDS_DOCS_DIR} /cudf/txt"
48
48
popd
49
49
50
50
rapids-logger " Build dask-cuDF Sphinx docs"
51
51
pushd docs/dask_cudf
52
- make dirhtml
53
- make text
52
+ make dirhtml O= " -j 4 "
53
+ make text O= " -j 4 "
54
54
mkdir -p " ${RAPIDS_DOCS_DIR} /dask-cudf/" {html,txt}
55
55
mv build/dirhtml/* " ${RAPIDS_DOCS_DIR} /dask-cudf/html"
56
56
mv build/text/* " ${RAPIDS_DOCS_DIR} /dask-cudf/txt"
Original file line number Diff line number Diff line change 2
2
#
3
3
4
4
# You can set these variables from the command line.
5
- SPHINXOPTS = -n -v -W --keep-going
5
+ SPHINXOPTS = -n -v
6
6
SPHINXBUILD = sphinx-build
7
7
SPHINXPROJ = cudf
8
8
SOURCEDIR = source
You can’t perform that action at this time.
0 commit comments