Skip to content

Commit 7ac5620

Browse files
authored
MAINT: Update the software stack to use latest versions (#100)
* MAINT: Update the software stack to use latest versions * update mathjax config for sphinx>=4 * upgrade to anaconda=2021.11 * migrate to v3 configuration for mathjax * remove tex macros and use quantecon-book-theme * add in mathjax3 config macros * add in full support from quantecon-book-theme
1 parent 87368ae commit 7ac5620

File tree

2 files changed

+25
-14
lines changed

2 files changed

+25
-14
lines changed

environment.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@ channels:
33
- default
44
dependencies:
55
- python=3.8
6-
- anaconda=2020.11
6+
- anaconda=2021.11
77
- pip
88
- pip:
9-
- jupyter-book==0.11.2
10-
- sphinx-multitoc-numbering==0.1.3
9+
- jupyter-book==0.12.1
1110
- quantecon-book-theme==0.3.0
12-
- sphinx-tojupyter==0.1.2
11+
- sphinx-tojupyter==0.2.0
1312
- sphinxext-rediraffe==0.2.7
14-
- sphinx-exercise==0.1.1
15-
- jupytext==1.11.2
13+
- sphinx-exercise==0.2.1
1614
- ghp-import==1.1.0
17-
- jupinx==0.2.3
18-
# Temporary Fixes
19-
- tornado>=6.1
2015

lectures/_config.yml

+21-5
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,27 @@ sphinx:
6868
description: This website presents a set of lectures on advanced quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski.
6969
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
7070
google_analytics_id: UA-54984338-11
71-
mathjax_config:
72-
TeX:
73-
Macros:
74-
"argmax" : "arg\\,max"
75-
"argmin" : "arg\\,min"
71+
mathjax3_config:
72+
tex:
73+
macros:
74+
"argmax": "arg\\,max"
75+
"argmin": "arg\\,min"
76+
"col": "col"
77+
"Span": "span"
78+
"epsilon": "\\varepsilon"
79+
"EE": "\\mathbb{E}"
80+
"PP": "\\mathbb{P}"
81+
"RR": "\\mathbb{R}"
82+
"NN": "\\mathbb{N}"
83+
"ZZ": "\\mathbb{Z}"
84+
"aA": "\\mathcal{A}"
85+
"bB": "\\mathcal{B}"
86+
"cC": "\\mathcal{C}"
87+
"dD": "\\mathcal{D}"
88+
"eE": "\\mathcal{E}"
89+
"fF": "\\mathcal{F}"
90+
"gG": "\\mathcal{G}"
91+
"hH": "\\mathcal{H}"
7692
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js
7793
rediraffe_redirects:
7894
index_toc.md: intro.md

0 commit comments

Comments
 (0)