We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae68733 + 93c6040 commit 4884952Copy full SHA for 4884952
environment.yml
@@ -10,7 +10,7 @@ dependencies:
10
- quantecon-book-theme==0.15.1
11
- sphinx-tojupyter==0.6.0
12
- sphinxext-rediraffe==0.3.0
13
- - sphinx-exercise==1.0.1
+ - sphinx-exercise==1.2.1
14
- sphinx-proof==0.3.0
15
- sphinxcontrib-youtube==1.4.1
16
- sphinx-togglebutton==0.3.2
lectures/_config.yml
@@ -118,6 +118,8 @@ sphinx:
118
"gG": "\\mathcal{G}"
119
"hH": "\\mathcal{H}"
120
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
121
+ # sphinx-exercise
122
+ exercise_style: "solution_follow_exercise"
123
rediraffe_redirects:
124
index_toc.md: intro.md
125
tojupyter_static_file_path: ["source/_static", "_static"]
0 commit comments