Skip to content

Commit

Permalink
Update sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jan 14, 2025
1 parent aa005c4 commit 03cd469
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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 @@ -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
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 @@ -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
Expand Down
6 changes: 5 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03cd469

Please sign in to comment.