Skip to content

Commit

Permalink
Ignore DLManagedTensor in the docs build (#15392)
Browse files Browse the repository at this point in the history
Fixes a docs build error since `DLManagedTensor` cannot be resolved from
the dlpack documentation.
  • Loading branch information
davidwendt committed Mar 26, 2024
1 parent 23aad9e commit e3cbf62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/cudf/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ def _generate_namespaces(namespaces):
"thrust",
"cuda",
"arrow",
"DLManagedTensor",
# Unknown types
"int8_t",
"int16_t",
Expand Down

0 comments on commit e3cbf62

Please sign in to comment.