We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6fca3 commit 9f512ceCopy full SHA for 9f512ce
.github/workflows/ci.yml
@@ -15,6 +15,9 @@ jobs:
15
python-version: "3.12"
16
environment-file: environment.yml
17
activate-environment: quantecon
18
+ - uses: actions/setup-node@v4
19
+ with:
20
+ node-version: 18
21
- name: Graphics Support #TODO: Review if graphviz is needed
22
run: |
23
sudo apt-get -qq update && sudo apt-get install -y graphviz
lectures/_config.yml
@@ -107,7 +107,7 @@ sphinx:
107
"argmax" : "arg\\,max"
108
"argmin" : "arg\\,min"
109
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
110
- # katex_prerender: True
+ katex_prerender: True
111
rediraffe_redirects:
112
index_toc.md: intro.md
113
# Remote Redirects
0 commit comments