chore: bump the pinned theme to v2.3.0 - #67
Merged
Merged
Conversation
Takes the theme from v2.1.0 to v2.3.0, per the release notes in QuantEcon/quantecon-theme.mystmd — v2.2.0 (fancy ordered-list markers) and v2.3.0 (git-history page headers, opt-in in-page live compute, and CDN-free stylesheets: KaTeX/jupyter-matplotlib self-hosted, Font Awesome dropped). The new features are opt-in or automatic; no config changes are needed here. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
❌ Deploy Preview for beautiful-dodol-cb9543 failed.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the pinned QuantEcon MyST theme bundle used by the lecture site by bumping the site.template download URL from v2.1.0 to v2.3.0, aligning the build with the newer upstream theme release.
Changes:
- Update the pinned theme release URL in
lectures/myst.ymltov2.3.0.
💡 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-67--beautiful-dodol-cb9543.netlify.app (9a66ef7) ✨ Browse the preview at the URL above. |
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.
Bumps the pinned theme release in
lectures/myst.ymlfrom v2.1.0 to v2.3.0 (release notes). One-line change; the pin URL is the only theme coupling.What the jump picks up:
project.thebe(not enabled here, so no behavior change); and CDN-free stylesheets — KaTeX and jupyter-matplotlib now ship with the theme and Font Awesome is dropped, so maths no longer renders unstyled where jsdelivr/cdnjs are blocked (notably mainland China).(a)/(i)/B)) render correctly, plus an accessible name on the launch toolbar trigger.Nothing in this repo needs reconfiguring: the new features are either automatic or gated behind config this repo doesn't set. The CI build against the new bundle is the verification that matters here.
🤖 Generated with Claude Code