Skip to content

Commit a0ef4fa

Browse files
authored
Update to sphinx-exercise 1.2.0 and quantecon-book-theme 0.10.1 (#672)
- Update sphinx-exercise: 1.0.1 -> 1.2.0 - Update quantecon-book-theme: 0.10.0 -> 0.10.1 - Enable exercise_style: "solution_follow_exercise" feature - Maintenance update for November 2025
1 parent bf73a38 commit a0ef4fa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ dependencies:
77
- pip
88
- pip:
99
- jupyter-book==1.0.4post1
10-
- quantecon-book-theme==0.10.0
10+
- quantecon-book-theme==0.10.1
1111
- sphinx-tojupyter==0.3.1
1212
- sphinxext-rediraffe==0.2.7
13-
- sphinx-exercise==1.0.1
13+
- sphinx-exercise==1.2.0
1414
- sphinx-proof==0.2.1
1515
- sphinxcontrib-youtube==1.4.1
1616
- sphinx-togglebutton==0.3.2

lectures/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ sphinx:
122122
complex_and_trig: https://intro.quantecon.org/complex_and_trig.html
123123
# sphinx-proof
124124
proof_minimal_theme: true
125+
# sphinx-exercise
126+
exercise_style: "solution_follow_exercise"
125127
# sphinx-tojupyter
126128
tojupyter_static_file_path: ["source/_static", "_static"]
127129
tojupyter_target_html: true

0 commit comments

Comments
 (0)