From 50111cbd7f11a4542e24f64b0e1115dba7470c6e Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Thu, 12 Dec 2024 12:47:53 -0800 Subject: [PATCH] Bump breathe depedency version to support sphinx v8 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 (https://github.com/sphinx-doc/sphinx/issues/11490). Fix by requiring the latest version --- conda/environments/all_cuda-118_arch-aarch64.yaml | 2 +- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-125_arch-aarch64.yaml | 2 +- conda/environments/all_cuda-125_arch-x86_64.yaml | 2 +- dependencies.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-aarch64.yaml b/conda/environments/all_cuda-118_arch-aarch64.yaml index 413ccd0be..01853da84 100644 --- a/conda/environments/all_cuda-118_arch-aarch64.yaml +++ b/conda/environments/all_cuda-118_arch-aarch64.yaml @@ -7,7 +7,7 @@ channels: - conda-forge - nvidia dependencies: -- breathe +- breathe>=4.35.0 - c-compiler - clang - clang-tools=16.0.6 diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index adaa6bdc6..a1ad68d7f 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -7,7 +7,7 @@ channels: - conda-forge - nvidia dependencies: -- breathe +- breathe>=4.35.0 - c-compiler - clang - clang-tools=16.0.6 diff --git a/conda/environments/all_cuda-125_arch-aarch64.yaml b/conda/environments/all_cuda-125_arch-aarch64.yaml index cf44dca8b..ee0213fff 100644 --- a/conda/environments/all_cuda-125_arch-aarch64.yaml +++ b/conda/environments/all_cuda-125_arch-aarch64.yaml @@ -7,7 +7,7 @@ channels: - conda-forge - nvidia dependencies: -- breathe +- breathe>=4.35.0 - c-compiler - clang - clang-tools=16.0.6 diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index 50200a29e..d93dcaf7a 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -7,7 +7,7 @@ channels: - conda-forge - nvidia dependencies: -- breathe +- breathe>=4.35.0 - c-compiler - clang - clang-tools=16.0.6 diff --git a/dependencies.yaml b/dependencies.yaml index ca08f0075..a11e59e31 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -394,7 +394,7 @@ dependencies: common: - output_types: [conda] packages: - - breathe + - breathe>=4.35.0 - doxygen>=1.8.20 - graphviz - ipython