Skip to content

Commit

Permalink
require sphinx<8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Feb 21, 2025
1 parent debf03c commit c579053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ dependencies:
- recommonmark
- sphinx-copybutton
- sphinx-markdown-tables
- sphinx>=8
- sphinx>=8,<8.2.0
- sphinxcontrib-websupport
name: all_cuda-128_arch-x86_64
3 changes: 2 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ dependencies:
- recommonmark
- sphinx-copybutton
- sphinx-markdown-tables
- sphinx>=8
# the ceiling on sphinx can be removed when https://github.com/spatialaudio/nbsphinx/issues/825 is resolved
- sphinx>=8,<8.2.0
- sphinxcontrib-websupport

# this repo only uses conda and 1 major version of CUDA, so
Expand Down

0 comments on commit c579053

Please sign in to comment.