Skip to content

Commit f84cbbd

Browse files
committed
import core deps
1 parent c25a976 commit f84cbbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cuda_core/docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +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
99101

100102

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

0 commit comments

Comments
 (0)