docs: link the DiffEqDocs tutorials via stable, not latest - #375
Draft
ChrisRackauckas-Claude wants to merge 1 commit into
Draft
ChrisRackauckas-Claude wants to merge 1 commit into
ChrisRackauckas-Claude wants to merge 1 commit into
Conversation
The aggregate Documentation build on `main` is red: Error: linkcheck 'https://docs.sciml.ai/DiffEqDocs/latest/getting_started/' status: 403. Error: linkcheck 'https://docs.sciml.ai/DiffEqDocs/latest/tutorials/bvp_example/' status: 403. ERROR: LoadError: `makedocs` encountered an error [:linkcheck] -- terminating build before rendering. DiffEqDocs publishes `stable` and `dev`; there is no `latest` alias, so both links 403. Point them at `stable`, which serves the same pages. These were the only two `.../latest/` links in the manual. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Agent-Harness: OpenCode Agent-Model: muse-spark-1.3-contributor-free Agent-Session: local session at /home/crackauc/sandbox/tmp_20260917_040834_91074 (no public conversation URL)
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.
Please ignore until reviewed by @ChrisRackauckas.
What changed and why
The aggregate
Documentationbuild onmainis currently red:DiffEqDocs publishes
stableanddev; there is nolatestalias, so both URLs 403. Points them atstable(same pages, released docs). These were the only twodocs.sciml.ai/<site>/latest/links anywhere in the manual.Verification
Checked directly with the same request Documenter's linkcheck makes (
curl -sI, Chrome user agent, no redirect following), the statuses are:and
grep -rn "docs.sciml.ai/[A-Za-z]*/latest" docs/src/now returns nothing. The linkcheck phase is the only thing that failed, so these replacements address the recorded error.Not verified
makedocslocally: it uses MultiDocumenter and clones the per-package docs repositories, which is not something I can complete here. The failing phase was linkcheck on exactly these two URLs, so CI is the real confirmation.🤖 Generated with OpenCode (model: muse-spark-1.3-contributor-free); no public session URL (local session at /home/crackauc/sandbox/tmp_20260917_040834_91074).