Skip to content

Commit

Permalink
Update minimal sphinx theme version so that we can use parallel doc b…
Browse files Browse the repository at this point in the history
…uilds
  • Loading branch information
vyasr committed Jan 11, 2025
1 parent dc2a75c commit 45866fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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 @@ -70,7 +70,7 @@ dependencies:
- pre-commit
- ptxcompiler
- pyarrow>=14.0.0,<19.0.0a0
- pydata-sphinx-theme!=0.14.2
- pydata-sphinx-theme>=0.15.4
- pynvml>=12.0.0,<13.0.0a0
- pytest-benchmark
- pytest-cases>=3.8.2
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 @@ -67,7 +67,7 @@ dependencies:
- polars>=1.11,<1.18
- pre-commit
- pyarrow>=14.0.0,<19.0.0a0
- pydata-sphinx-theme!=0.14.2
- pydata-sphinx-theme>=0.15.4
- pynvjitlink>=0.0.0a0
- pynvml>=12.0.0,<13.0.0a0
- pytest-benchmark
Expand Down
6 changes: 4 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,10 @@ dependencies:
- nbsphinx
- numpydoc
- pandoc
# https://github.com/pydata/pydata-sphinx-theme/issues/1539
- pydata-sphinx-theme!=0.14.2
# Minimum version for safe parallel writing again.
# https://github.com/pydata/pydata-sphinx-theme/pull/1859
# https://github.com/pydata/pydata-sphinx-theme/releases/tag/v0.15.4
- pydata-sphinx-theme>=0.15.4
- scipy
- sphinx
- sphinx-autobuild
Expand Down

0 comments on commit 45866fb

Please sign in to comment.