Skip to content

Commit 10e06ab

Browse files
committed
try different strategy
1 parent f84cbbd commit 10e06ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cuda_core/docs/build_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ if [[ -z "${SPHINX_CUDA_CORE_VER}" ]]; then
1919
fi
2020

2121
# build the docs (in parallel)
22-
SPHINXOPTS="-j 4" make html
22+
#SPHINXOPTS="-j 4" 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
2626
# obsecure Sphinx errors
27-
#SPHINXOPTS="-v" make html
27+
SPHINXOPTS="-v" make html
2828

2929
# to support version dropdown menu
3030
cp ./versions.json build/html

cuda_core/docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
section_titles = ["Returns"]
9797

9898
autodoc_mock_imports = ["cuda"]
99-
from cuda.core.experimental._linker import LinkerOptions # noqa: F401, E402
100-
from cuda.core.experimental._module import ObjectCode # noqa: F401, E402
99+
# from cuda.core.experimental._linker import LinkerOptions # noqa: F401, E402
100+
# from cuda.core.experimental._module import ObjectCode # noqa: F401, E402
101101

102102

103103
def autodoc_process_docstring(app, what, name, obj, options, lines):

0 commit comments

Comments
 (0)