From bfb9cbe857766dcdf79fcb6d540f9d1b8c9ecfea 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 proof_minimal_theme and the solution_follow_exercise exercise style so dp matches the QuantEcon minimal look used across the Python lecture series. Part of the cross-series harmonization tracked in QuantEcon/workspace-lectures#13. Co-Authored-By: Claude Opus 4.8 (1M context) --- lectures/_config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lectures/_config.yml b/lectures/_config.yml index cdd256e..d6999ba 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -37,6 +37,10 @@ sphinx: bibtex_reference_style: author_year suppress_warnings: ["mystnb.unknown_mime_type"] nb_merge_streams: true + # sphinx-proof + proof_minimal_theme: true + # sphinx-exercise + exercise_style: "solution_follow_exercise" nb_mime_priority_overrides: [ # HTML ['html', 'application/vnd.jupyter.widget-view+json', 10],