Skip to content

Commit

Permalink
Get Breathe from conda again
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 31, 2024
1 parent a572273 commit 63ce3dc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ channels:
- conda-forge
- nvidia
dependencies:
- breathe>=4.35.0
- c-compiler
- clang
- clang-tools=16.0.6
Expand Down Expand Up @@ -56,6 +57,5 @@ dependencies:
- sphinx>=8.0.0
- sysroot_linux-aarch64==2.17
- pip:
- breathe>=4.35.0
- nvidia-sphinx-theme
name: all_cuda-118_arch-aarch64
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 @@ -7,6 +7,7 @@ channels:
- conda-forge
- nvidia
dependencies:
- breathe>=4.35.0
- c-compiler
- clang
- clang-tools=16.0.6
Expand Down Expand Up @@ -56,6 +57,5 @@ dependencies:
- sphinx>=8.0.0
- sysroot_linux-64==2.17
- pip:
- breathe>=4.35.0
- nvidia-sphinx-theme
name: all_cuda-118_arch-x86_64
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ channels:
- conda-forge
- nvidia
dependencies:
- breathe>=4.35.0
- c-compiler
- clang
- clang-tools=16.0.6
Expand Down Expand Up @@ -52,6 +53,5 @@ dependencies:
- sphinx>=8.0.0
- sysroot_linux-aarch64==2.17
- pip:
- breathe>=4.35.0
- nvidia-sphinx-theme
name: all_cuda-125_arch-aarch64
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ channels:
- conda-forge
- nvidia
dependencies:
- breathe>=4.35.0
- c-compiler
- clang
- clang-tools=16.0.6
Expand Down Expand Up @@ -52,6 +53,5 @@ dependencies:
- sphinx>=8.0.0
- sysroot_linux-64==2.17
- pip:
- breathe>=4.35.0
- nvidia-sphinx-theme
name: all_cuda-125_arch-x86_64
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- breathe>=4.35.0
- doxygen>=1.8.20
- graphviz
- ipython
Expand All @@ -404,7 +405,6 @@ dependencies:
- sphinx-markdown-tables
- pip:
- nvidia-sphinx-theme
- breathe>=4.35.0
rust:
common:
- output_types: [conda]
Expand Down

0 comments on commit 63ce3dc

Please sign in to comment.