Skip to content

Commit

Permalink
Tell sphinx to skipp documenting libcu++ names
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Nov 7, 2023
1 parent 73efc2e commit 5220ff7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,14 @@ def on_missing_reference(app, env, node, contnode):
"cudaStreamPerThread",
"thrust",
"spdlog",
"stream_ref",
# libcu++ names
"resource_ref",
"async_resource_ref",
"device_accessible",
"host_accessible",
"forward_property",
"enable_if_t",
# Unknown types
"int64_t",
"int8_t",
Expand Down

0 comments on commit 5220ff7

Please sign in to comment.