Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 committed Dec 6, 2024
1 parent 7e62240 commit 4df1309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

autosummary_generate = True
autodoc_member_order = "bysource"
autodoc_mock_imports = ["cudf", "cuml", "cugraph", "cupy", "cupyx", "pylibraft"]
autodoc_mock_imports = ["cudf", "cuml", "cugraph", "cupy", "cupyx", "pylibraft", "cuvs"]
default_role = "literal"
napoleon_google_docstring = False
napoleon_numpy_docstring = True
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes/0.10.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

```{rubric} Features
```
* use `cuvs` over `raft` for `pp.neighbors` for `rapids>=24.12`{pr}`304` {smaller}`S Dicks`
```{rubric} Performance
```
```{rubric} Bug fixes
Expand Down

0 comments on commit 4df1309

Please sign in to comment.