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 98c4deb commit f32d69a
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -43,7 +43,7 @@ dependencies:
- recommonmark
- setuptools
- sphinx-markdown-tables
- sphinx>=7.2.5
- sphinx>=7.2.5,<8.2.0
- sphinx_rtd_theme
- sphinxcontrib-websupport
name: all_cuda-118_arch-x86_64
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 @@ -42,7 +42,7 @@ dependencies:
- recommonmark
- setuptools
- sphinx-markdown-tables
- sphinx>=7.2.5
- sphinx>=7.2.5,<8.2.0
- sphinx_rtd_theme
- 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 @@ -158,7 +158,8 @@ dependencies:
- pandoc<=2.0.0 # We should check and fix all "<=" pinnings
- pydata-sphinx-theme
- recommonmark
- sphinx>=7.2.5
# the ceiling on sphinx can be removed when https://github.com/spatialaudio/nbsphinx/issues/825 is resolved
- sphinx>=7.2.5,<8.2.0
- sphinx_rtd_theme
- sphinx-markdown-tables
- sphinxcontrib-websupport
Expand Down

0 comments on commit f32d69a

Please sign in to comment.