Skip to content

Commit

Permalink
Update to doxygen 1.9.1. (#5580)
Browse files Browse the repository at this point in the history
This PR updates cuml to doxygen 1.9.1. This version was chosen because it is what ships with Ubuntu 22.04. I also ran `doxygen -u` to update `Doxyfile.in`.

See also:
- rapidsai/cudf#14059
- rapidsai/rmm#1337

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - William Hicks (https://github.com/wphicks)
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Jake Awe (https://github.com/AyodeAwe)

URL: #5580
  • Loading branch information
bdice authored Sep 13, 2023
1 parent a0722c1 commit 9b1ee68
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 104 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- dask-ml
- dask>=2023.7.1
- distributed>=2023.7.1
- doxygen=1.8.20
- doxygen=1.9.1
- gcc_linux-64=11.*
- gmock>=1.13.0
- graphviz
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- dask-ml
- dask>=2023.7.1
- distributed>=2023.7.1
- doxygen=1.8.20
- doxygen=1.9.1
- gcc_linux-64=11.*
- gmock>=1.13.0
- graphviz
Expand Down
Loading

0 comments on commit 9b1ee68

Please sign in to comment.