From bfda94db0b773ad568bea594935b49ddeabd819c Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 5 Jun 2026 16:33:47 +1000 Subject: [PATCH] Enable minimal theme for proof/admonition directives Set proof_minimal_theme: true to match lecture-python.myst styling. Co-Authored-By: Claude Opus 4.8 --- lectures/_config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lectures/_config.yml b/lectures/_config.yml index 8493f847..010064aa 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -128,6 +128,8 @@ sphinx: "gG": "\\mathcal{G}" "hH": "\\mathcal{H}" mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js + # sphinx-proof + proof_minimal_theme: true # sphinx-exercise exercise_style: "solution_follow_exercise" rediraffe_redirects: