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 c298fbc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,18 @@ def on_missing_reference(app, env, node, contnode):
"cudaStreamPerThread",
"thrust",
"spdlog",
"stream_ref",
# libcu++ names
"cuda",
"cuda::mr",
"resource",
"resource_ref",
"async_resource",
"async_resource_ref",
"device_accessible",
"host_accessible",
"forward_property",
"enable_if_t",
# Unknown types
"int64_t",
"int8_t",
Expand Down

0 comments on commit c298fbc

Please sign in to comment.