Skip to content

Commit 79a7b95

Browse files
authored
MAINT: update them to quantecon-book-theme=0.2.1 (#137)
* update them to quantecon-book-theme=0.2.0 * enable svg as the default math rendering to fix font issue in safari * [TEST] bug-fixes for theme=0.2.1 * Upgrade to using quantecon-book-theme=0.2.1
1 parent 04367a3 commit 79a7b95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- pip:
99
- jupyter-book==0.10.2
1010
- sphinx-multitoc-numbering==0.1.3
11-
- quantecon-book-theme==0.1.7
11+
- quantecon-book-theme==0.2.1
1212
- sphinx-tojupyter==0.1.1
1313
- sphinxext-rediraffe==0.2.7
1414
- sphinx-exercise==0.1.1

lectures/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sphinx:
5656
Macros:
5757
"argmax" : "arg\\,max"
5858
"argmin" : "arg\\,min"
59-
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
59+
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js
6060
rediraffe_redirects:
6161
index_toc.md: intro.md
6262
tojupyter_static_file_path: ["source/_static", "_static"]

0 commit comments

Comments
 (0)