Skip to content

Conversation

@scott-huberty
Copy link
Collaborator

Closes #1456

This is a WIP.

  • Scipy's stable site is responsive on our CI's
  • Rely on intersphinx registry again

@scott-huberty scott-huberty marked this pull request as draft October 17, 2025 16:35
# remove the scipy entry below and rely on intersphinx_registry.
intersphinx_mapping = {
"scipy": ("https://scipy.github.io/devdocs/", None),
"scipy": ("https://docs.scipy.org/doc/scipy", None),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In theory this is what get_intersphinx_mapping should also use... I think

@codecov
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.41%. Comparing base (1587130) to head (f906500).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1458   +/-   ##
=======================================
  Coverage   97.41%   97.41%           
=======================================
  Files          41       41           
  Lines        9371     9371           
=======================================
  Hits         9129     9129           
  Misses        242      242           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Return the Scipy Inventory to generate the documentation when the Scipy Inventory is stable.

2 participants