Skip to content

Commit

Permalink
require sphinx<8.2.0 (#1119)
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`.

## Notes for Reviewers

In case you're wondering why you don't see `dependencies.yaml` changes... this project uses readthedocs to builds its docs.

* builds: https://app.readthedocs.org/projects/ucx-py/builds/
* config: https://github.com/rapidsai/ucx-py/blob/674e731c21e3a85045239a943248b23dab019619/.readthedocs.yml#L16-L17

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

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

URL: #1119
  • Loading branch information
jameslamb authored Feb 21, 2025
1 parent 674e731 commit af1a675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/environments/builddocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ channels:
- nvidia
- conda-forge
dependencies:
# required for building docs
- sphinx
# the ceiling on sphinx can be removed when https://github.com/spatialaudio/nbsphinx/issues/825 is resolved
- sphinx>=8.0,<8.2.0
- sphinx-markdown-tables
- sphinx_rtd_theme
- sphinxcontrib-websupport
Expand Down

0 comments on commit af1a675

Please sign in to comment.