chore: bump the pinned theme to v2.6.1 - #75
Merged
Merged
Conversation
Patch release carrying the fix for QuantEcon/quantecon-theme.mystmd#186: on static hosts, pressing Back after following an in-page anchor replaced the page with an "Application Error" screen, and the "Top" control did a full reload. No configuration changes are needed. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
❌ Deploy Preview for beautiful-dodol-cb9543 failed.
|
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward version bump of a pinned release asset with no config or code-path changes in this repo.
Pull request overview
This PR bumps the pinned QuantEcon MyST theme asset used by the site build from v2.6.0 to v2.6.1, aligning the lecture site with the latest patch release of the upstream theme.
Changes:
- Update
site.templateURL in MyST configuration to point to the v2.6.1 theme release asset.
File summaries
| File | Description |
|---|---|
| lectures/myst.yml | Updates the pinned theme download URL from v2.6.0 to v2.6.1. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
📖 Netlify Preview Ready! Preview URL: https://pr-75--beautiful-dodol-cb9543.netlify.app (6a710f7) ✨ Browse the preview at the URL above. |
This was referenced Sep 10, 2026
Open
Merged
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.
Moves
site.templatefrom the v2.6.0 to the v2.6.1 release asset. No configuration changes are needed.v2.6.1 is a patch release carrying the fix for QuantEcon/quantecon-theme.mystmd#186: on any static host, pressing Back after following an in-page anchor (an outline entry or a cross-reference) replaced the page with a bare "Application Error" screen, and the "↑ Top" control did a full document reload instead of scrolling. Both are fixed in QuantEcon/quantecon-theme.mystmd#192, which the release notes describe. The deploy preview built from this PR is the first real-content check of the fix; the theme's own guard runs against its fixture.
🤖 Generated with Claude Code