Skip to content

Commit 6718337

Browse files
committed
Improve sphinx-exercise config naming
- Change from: style_solution_after_exercise: true - Change to: exercise_style: "solution_follow_exercise" This makes the option name clearer and more descriptive. Default value should be '' (empty string).
1 parent 971b892 commit 6718337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ sphinx:
123123
# sphinx-proof
124124
proof_minimal_theme: true
125125
# sphinx-exercise
126-
style_solution_after_exercise: true
126+
exercise_style: "solution_follow_exercise"
127127
# sphinx-tojupyter
128128
tojupyter_static_file_path: ["source/_static", "_static"]
129129
tojupyter_target_html: true

0 commit comments

Comments
 (0)