From 92618220b3521de764caf81b1e77c9eec7da673e Mon Sep 17 00:00:00 2001 From: mmcky Date: Wed, 22 Oct 2025 13:36:49 +1100 Subject: [PATCH 1/2] Update sphinx-exercise to 1.1.0 with internationalization support --- environment-cn.yml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment-cn.yml b/environment-cn.yml index 3a5d96a4..10018c75 100644 --- a/environment-cn.yml +++ b/environment-cn.yml @@ -12,7 +12,7 @@ dependencies: - sphinx-tojupyter==0.3.1 - sphinxext-rediraffe==0.2.7 - sphinx_reredirects==0.1.4 - - sphinx-exercise==1.0.1 + - sphinx-exercise==1.1.0 - sphinx-proof==0.3.0 - ghp-import==1.1.0 - sphinxcontrib-youtube==1.4.1 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5 diff --git a/environment.yml b/environment.yml index b427f1b9..45c9ba99 100644 --- a/environment.yml +++ b/environment.yml @@ -10,7 +10,7 @@ dependencies: - quantecon-book-theme==0.9.2 - sphinx-tojupyter==0.3.1 - sphinxext-rediraffe==0.2.7 - - sphinx-exercise==1.0.1 + - sphinx-exercise==1.1.0 - sphinx-proof==0.3.0 - sphinxcontrib-youtube==1.4.1 - sphinx-togglebutton==0.3.2 From acccfcb01b4207010412cf57600526bf37e06102 Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 6 Nov 2025 16:12:17 +1100 Subject: [PATCH 2/2] Update dependencies to latest versions (2025) - Update Python to 3.13 - Update Anaconda to 2025.06 - Update sphinx-exercise from 1.1.0 to 1.2.0 - Update quantecon-book-theme from 0.9.2 to 0.10.1 - Update jupyter-book to 1.0.4post1 --- environment-cn.yml | 4 ++-- environment.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environment-cn.yml b/environment-cn.yml index 10018c75..281f1468 100644 --- a/environment-cn.yml +++ b/environment-cn.yml @@ -8,11 +8,11 @@ dependencies: - pip - pip: - jupyter-book==1.0.4post1 - - quantecon-book-theme==0.9.2 + - quantecon-book-theme==0.10.1 - sphinx-tojupyter==0.3.1 - sphinxext-rediraffe==0.2.7 - sphinx_reredirects==0.1.4 - - sphinx-exercise==1.1.0 + - sphinx-exercise==1.2.0 - sphinx-proof==0.3.0 - ghp-import==1.1.0 - sphinxcontrib-youtube==1.4.1 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5 diff --git a/environment.yml b/environment.yml index 45c9ba99..8d36c88d 100644 --- a/environment.yml +++ b/environment.yml @@ -7,10 +7,10 @@ dependencies: - pip - pip: - jupyter-book==1.0.4post1 - - quantecon-book-theme==0.9.2 + - quantecon-book-theme==0.10.1 - sphinx-tojupyter==0.3.1 - sphinxext-rediraffe==0.2.7 - - sphinx-exercise==1.1.0 + - sphinx-exercise==1.2.0 - sphinx-proof==0.3.0 - sphinxcontrib-youtube==1.4.1 - sphinx-togglebutton==0.3.2