From 5c86b711372008d5a0479cc201cd38af388d503c Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Thu, 9 Jul 2026 10:58:33 +1000 Subject: [PATCH] Adopt minimal proof/exercise styling Add the solution_follow_exercise exercise style; the minimal proof theme is already set. Part of the cross-series harmonization tracked in QuantEcon/workspace-lectures#13. Co-Authored-By: Claude Opus 4.8 (1M context) --- lectures/_config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lectures/_config.yml b/lectures/_config.yml index bb8173d0..72af677f 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -79,6 +79,8 @@ sphinx: suppress_warnings: [mystnb.unknown_mime_type, myst.domains] # sphinx-proof proof_minimal_theme: true + # sphinx-exercise + exercise_style: "solution_follow_exercise" # ------------- html_js_files: - https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js