From 6a710f76590fcff044d476e54ae07e982b4d8e55 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Thu, 10 Sep 2026 20:43:05 +1000 Subject: [PATCH] chore: bump the pinned theme to v2.6.1 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 --- lectures/myst.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/myst.yml b/lectures/myst.yml index 6a3158f..798ac2d 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.6.0/quantecon-theme.zip + template: https://github.com/QuantEcon/quantecon-theme.mystmd/releases/download/v2.6.1/quantecon-theme.zip