Skip to content

Commit 93c6040

Browse files
⬆️ Bump sphinx-exercise from 1.0.1 to 1.2.1 (#296)
* ⬆️ Bump sphinx-exercise from 1.0.1 to 1.2.1 Bumps [sphinx-exercise](https://github.com/executablebooks/sphinx-exercise) from 1.0.1 to 1.2.1. - [Release notes](https://github.com/executablebooks/sphinx-exercise/releases) - [Changelog](https://github.com/executablebooks/sphinx-exercise/blob/main/CHANGELOG.md) - [Commits](executablebooks/sphinx-exercise@v1.0.1...v1.2.1) --- updated-dependencies: - dependency-name: sphinx-exercise dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Enable exercise_style solution_follow_exercise feature --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt McKay <[email protected]>
1 parent 813c9d8 commit 93c6040

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- quantecon-book-theme==0.15.1
1111
- sphinx-tojupyter==0.6.0
1212
- sphinxext-rediraffe==0.2.7
13-
- sphinx-exercise==1.0.1
13+
- sphinx-exercise==1.2.1
1414
- sphinx-proof==0.3.0
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
@@ -118,6 +118,8 @@ sphinx:
118118
"gG": "\\mathcal{G}"
119119
"hH": "\\mathcal{H}"
120120
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
121+
# sphinx-exercise
122+
exercise_style: "solution_follow_exercise"
121123
rediraffe_redirects:
122124
index_toc.md: intro.md
123125
tojupyter_static_file_path: ["source/_static", "_static"]

0 commit comments

Comments
 (0)