diff --git a/conda/environments/all_cuda-118_arch-aarch64.yaml b/conda/environments/all_cuda-118_arch-aarch64.yaml index c16823b5c..b7e74ae3a 100644 --- a/conda/environments/all_cuda-118_arch-aarch64.yaml +++ b/conda/environments/all_cuda-118_arch-aarch64.yaml @@ -42,7 +42,6 @@ dependencies: - numpy>=1.23,<3.0a0 - numpydoc - nvcc_linux-aarch64=11.8 -- nvidia-sphinx-theme - openblas - pre-commit - pylibraft==25.2.*,>=0.0.0a0 @@ -56,4 +55,6 @@ dependencies: - sphinx-copybutton - sphinx-markdown-tables - sysroot_linux-aarch64==2.17 +- pip: + - nvidia-sphinx-theme name: all_cuda-118_arch-aarch64 diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 1af2970f3..549e6f8a5 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -42,7 +42,6 @@ dependencies: - numpy>=1.23,<3.0a0 - numpydoc - nvcc_linux-64=11.8 -- nvidia-sphinx-theme - openblas - pre-commit - pylibraft==25.2.*,>=0.0.0a0 @@ -56,4 +55,6 @@ dependencies: - sphinx-copybutton - sphinx-markdown-tables - sysroot_linux-64==2.17 +- pip: + - nvidia-sphinx-theme name: all_cuda-118_arch-x86_64 diff --git a/conda/environments/all_cuda-125_arch-aarch64.yaml b/conda/environments/all_cuda-125_arch-aarch64.yaml index 8a98a19de..5b7d07261 100644 --- a/conda/environments/all_cuda-125_arch-aarch64.yaml +++ b/conda/environments/all_cuda-125_arch-aarch64.yaml @@ -38,7 +38,6 @@ dependencies: - ninja - numpy>=1.23,<3.0a0 - numpydoc -- nvidia-sphinx-theme - openblas - pre-commit - pylibraft==25.2.*,>=0.0.0a0 @@ -52,4 +51,6 @@ dependencies: - sphinx-copybutton - sphinx-markdown-tables - sysroot_linux-aarch64==2.17 +- pip: + - nvidia-sphinx-theme name: all_cuda-125_arch-aarch64 diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index e6ea455ed..91bed646c 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -38,7 +38,6 @@ dependencies: - ninja - numpy>=1.23,<3.0a0 - numpydoc -- nvidia-sphinx-theme - openblas - pre-commit - pylibraft==25.2.*,>=0.0.0a0 @@ -52,4 +51,6 @@ dependencies: - sphinx-copybutton - sphinx-markdown-tables - sysroot_linux-64==2.17 +- pip: + - nvidia-sphinx-theme name: all_cuda-125_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index 2c9b5e4e3..cee4e3cc6 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -399,17 +399,18 @@ dependencies: - graphviz - ipython - numpydoc - - nvidia-sphinx-theme - recommonmark - sphinx-copybutton - sphinx-markdown-tables + - pip: + - nvidia-sphinx-theme rust: common: - output_types: [conda] packages: - make - rust - # clang/liblclang only needed for bindgen support + # clang/libclang only needed for bindgen support - clang - libclang build_wheels: