Fix broken and redirecting links in documentation#2166
Merged
bendichter merged 3 commits intodevfrom Mar 5, 2026
Merged
Conversation
Update outdated URLs that were causing Sphinx linkcheck failures: - Update permanent redirects (ruff, conda, anaconda, versioneer, etc.) - Fix http:// to https:// for nwb-schema.readthedocs.io - Fix tree/ to blob/ in GitHub file URL - Update master to main for conda-forge feedstock - Update readthedocs.org to app.readthedocs.org - Add scicrunch.org to linkcheck_ignore (blocks automated requests) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #2166 +/- ##
=======================================
Coverage 95.21% 95.21%
=======================================
Files 29 29
Lines 2945 2945
Branches 757 757
=======================================
Hits 2804 2804
Misses 84 84
Partials 57 57
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
oruebel
approved these changes
Mar 4, 2026
Collaborator
Author
|
depends on #2141 |
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.
Summary
http://tohttps://and add/en/latest/for nwb-schema.readthedocs.io linkstree/toblob/in GitHub file URL for nwb_config.yamlscicrunch.orgtolinkcheck_ignoresince it blocks automated requests with 403Test plan
check-sphinx-linksCI job passes🤖 Generated with Claude Code