Disable SciPy intersphinx - #7935
Merged
rapids-bot[bot] merged 1 commit intoMar 31, 2026
Merged
Conversation
The scipy docs site has some reliability issues, and can sometimes cause our docs to fail to build. While they're resolving this, we'll disable scipy intersphinx mappings. We rarely make use of scipy intersphinx mappings anyway, so this won't be a huge docs UX degradation.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe change disables the scipy documentation mapping in the Sphinx configuration by commenting it out rather than removing it entirely, leaving cudf, numpy, python, and sklearn as the active intersphinx mappings. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
dantegd
approved these changes
Mar 31, 2026
Member
Author
|
/merge |
rapids-bot Bot
pushed a commit
to rapidsai/nvforest
that referenced
this pull request
Mar 31, 2026
Yesterday's nightly build on `main` failed like this: > loading intersphinx inventory 'scipy' from https://docs.scipy.org/doc/scipy/objects.inv ... loading intersphinx inventory 'sklearn' from https://scikit-learn.org/stable/objects.inv ... loading intersphinx inventory 'treelite' from https://treelite.readthedocs.io/en/latest/objects.inv ... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://docs.scipy.org/doc/scipy/objects.inv' not fetchable due to <class 'requests.exceptions.ConnectTimeout'>: HTTPSConnectionPool(host='docs.scipy.org', port=443): Max retries exceeded with url: /doc/scipy/objects.inv (Caused by ConnectTimeoutError(<HTTPSConnection(host='docs.scipy.org', port=443) at 0x7a5853ca11d0>, 'Connection to docs.scipy.org timed out. (connect timeout=None)')) building [mo]: targets for 0 po files that are out of date ([build link](https://github.com/rapidsai/nvforest/actions/runs/23783492846/job/69301772677)) Because of docs-hosting issues with scipy: * scipy/scipy#24950 * scipy/docs.scipy.org#102 This PR removes `intersphinx` configuration for `cudf` and `scipy`... nvForest doesn't use either, and removing those reduces the risk of similar failures in the future. Similar to NVIDIA/cuml#7935 Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Jim Crist-Harif (https://github.com/jcrist) - Bradley Dice (https://github.com/bdice) URL: #94
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The scipy docs site has some reliability issues, and can sometimes cause our docs to fail to build. While they're resolving this, we'll disable scipy intersphinx mappings. We rarely make use of scipy intersphinx mappings anyway, so this won't be a huge docs UX degradation.