From 03cd469e63bf640c56edf8c7f60178bd50e5740c Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 14 Jan 2025 18:13:39 +0000 Subject: [PATCH] Update sphinx version --- conda/environments/all_cuda-118_arch-x86_64.yaml | 2 +- conda/environments/all_cuda-125_arch-x86_64.yaml | 2 +- dependencies.yaml | 6 +++++- 3 files changed, 7 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 545dbc9f774..c63cd23f1b7 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -87,11 +87,11 @@ dependencies: - s3fs>=2022.3.0 - scikit-build-core>=0.10.0 - scipy -- sphinx - sphinx-autobuild - sphinx-copybutton - sphinx-markdown-tables - sphinx-remove-toctrees +- sphinx>=8.1.0 - sphinxcontrib-websupport - streamz - sysroot_linux-64==2.17 diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index f5df7c54af1..39a94aa42fe 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -86,11 +86,11 @@ dependencies: - s3fs>=2022.3.0 - scikit-build-core>=0.10.0 - scipy -- sphinx - sphinx-autobuild - sphinx-copybutton - sphinx-markdown-tables - sphinx-remove-toctrees +- sphinx>=8.1.0 - sphinxcontrib-websupport - streamz - sysroot_linux-64==2.17 diff --git a/dependencies.yaml b/dependencies.yaml index 848f67a8f82..4c9d39a033f 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -623,7 +623,11 @@ dependencies: # https://github.com/pydata/pydata-sphinx-theme/releases/tag/v0.15.4 - pydata-sphinx-theme>=0.15.4 - scipy - - sphinx + # Needed for safe parallel writes as with the pydata-sphinx-theme pin above + # https://github.com/sphinx-doc/sphinx/issues/12409 + # https://github.com/sphinx-doc/sphinx/pull/12888 + # https://github.com/sphinx-doc/sphinx/releases/tag/v8.1.0 + - sphinx>=8.1.0 - sphinx-autobuild - sphinx-copybutton - sphinx-markdown-tables