Skip to content

Commit

Permalink
require sphinx<8.2.0 (#665)
Browse files Browse the repository at this point in the history
Contributes to rapidsai/build-planning#155

Fixes docs builds by temporarily putting a ceiling on `sphinx`.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #665
  • Loading branch information
jameslamb authored Feb 21, 2025
1 parent 98c4deb commit 9922fb4
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>=8.0.0,<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>=8.0.0,<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>=8.0.0,<8.2.0
- sphinx_rtd_theme
- sphinx-markdown-tables
- sphinxcontrib-websupport
Expand Down

0 comments on commit 9922fb4

Please sign in to comment.