From 9a66ef7c7e484a6f25ac70d8cffb6020f9fd8d20 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Thu, 20 Aug 2026 14:00:26 +1000 Subject: [PATCH] chore: bump the pinned theme to v2.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- lectures/myst.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/myst.yml b/lectures/myst.yml index 8ed2593..ed6f570 100644 --- a/lectures/myst.yml +++ b/lectures/myst.yml @@ -119,4 +119,4 @@ project: site: # Pinned theme release (see https://github.com/QuantEcon/quantecon-theme.mystmd/releases); # bump the vX.Y.Z in this URL to take a new theme version. - template: https://github.com/QuantEcon/quantecon-theme.mystmd/releases/download/v2.1.0/quantecon-theme.zip + template: https://github.com/QuantEcon/quantecon-theme.mystmd/releases/download/v2.3.0/quantecon-theme.zip