Skip to content

Commit

Permalink
Bump breathe depedency version to support sphinx v8
Browse files Browse the repository at this point in the history
the docs build in CI is using an older version of breathe
(v4.15.0) - which is from 2020 and doesn't support
sphinx v8 (sphinx-doc/sphinx#11490).

Fix by requiring the latest version
  • Loading branch information
benfred committed Dec 12, 2024
1 parent 336de13 commit 50111cb
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,7 +7,7 @@ channels:
- conda-forge
- nvidia
dependencies:
- breathe
- breathe>=4.35.0
- c-compiler
- clang
- clang-tools=16.0.6
Expand Down
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,7 +7,7 @@ channels:
- conda-forge
- nvidia
dependencies:
- breathe
- breathe>=4.35.0
- c-compiler
- clang
- clang-tools=16.0.6
Expand Down
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,7 +7,7 @@ channels:
- conda-forge
- nvidia
dependencies:
- breathe
- breathe>=4.35.0
- c-compiler
- clang
- clang-tools=16.0.6
Expand Down
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,7 +7,7 @@ channels:
- conda-forge
- nvidia
dependencies:
- breathe
- breathe>=4.35.0
- c-compiler
- clang
- clang-tools=16.0.6
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- breathe
- breathe>=4.35.0
- doxygen>=1.8.20
- graphviz
- ipython
Expand Down

0 comments on commit 50111cb

Please sign in to comment.