Skip to content

Commit a6fd3e3

Browse files
committed
Merge branch 'main' into gorman
2 parents 6f9b1d9 + 93c6040 commit a6fd3e3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

environment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ dependencies:
88
- pip:
99
- jupyter-book>=1.0.4post1,<2.0
1010
- quantecon-book-theme==0.15.1
11-
- sphinx-tojupyter==0.3.1
11+
- sphinx-tojupyter==0.6.0
1212
- sphinxext-rediraffe==0.2.7
13-
- sphinx-exercise==1.0.1
14-
- sphinx-proof==0.2.1
13+
- sphinx-exercise==1.2.1
14+
- sphinx-proof==0.3.0
1515
- sphinxcontrib-youtube==1.4.1
1616
- sphinx-togglebutton==0.3.2
17-
- sphinx-reredirects==0.1.4
17+
- sphinx-reredirects==1.1.0
1818
- kaleido
1919

2020

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)