Skip to content

Commit 9f512ce

Browse files
committed
enable server-side rendering of katex
1 parent db6fca3 commit 9f512ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
python-version: "3.12"
1616
environment-file: environment.yml
1717
activate-environment: quantecon
18+
- uses: actions/setup-node@v4
19+
with:
20+
node-version: 18
1821
- name: Graphics Support #TODO: Review if graphviz is needed
1922
run: |
2023
sudo apt-get -qq update && sudo apt-get install -y graphviz

lectures/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ sphinx:
107107
"argmax" : "arg\\,max"
108108
"argmin" : "arg\\,min"
109109
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
110-
# katex_prerender: True
110+
katex_prerender: True
111111
rediraffe_redirects:
112112
index_toc.md: intro.md
113113
# Remote Redirects

0 commit comments

Comments
 (0)