From 4384d218f22af8f7b46f7f86324034fdb6c29927 Mon Sep 17 00:00:00 2001 From: Simon Adorf Date: Thu, 26 Oct 2023 06:38:32 -0700 Subject: [PATCH] Temporarily avoid pydata-sphinx-theme version 0.14.2. See https://github.com/pydata/pydata-sphinx-theme/issues/1539 for additional context. --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-120_arch-x86_64.yaml | 2 +- dependencies.yaml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 6038499d0c..d8aed3b10c 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -53,7 +53,7 @@ dependencies: - numpydoc - nvcc_linux-64=11.8 - pip -- pydata-sphinx-theme +- pydata-sphinx-theme!=0.14.2 - pylibraft==23.12.* - pynndescent==0.5.8 - pytest diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml index 2f81709f6e..ba1b625c25 100644 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ b/conda/environments/all_cuda-120_arch-x86_64.yaml @@ -49,7 +49,7 @@ dependencies: - numba>=0.57 - numpydoc - pip -- pydata-sphinx-theme +- pydata-sphinx-theme!=0.14.2 - pylibraft==23.12.* - pynndescent==0.5.8 - pytest diff --git a/dependencies.yaml b/dependencies.yaml index 86307617b4..0b95d00971 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -294,7 +294,8 @@ dependencies: - ipykernel - nbsphinx - numpydoc - - pydata-sphinx-theme + # https://github.com/pydata/pydata-sphinx-theme/issues/1539 + - pydata-sphinx-theme!=0.14.2 - recommonmark - &scikit_learn scikit-learn==1.2 - sphinx<6