Skip to content

Commit b44e6c8

Browse files
authored
promote latex rendering priority over static image representations for native mathjax support (#104)
1 parent a2218a7 commit b44e6c8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lectures/_config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ html:
1616
sphinx:
1717
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter]
1818
config:
19+
nb_render_priority:
20+
html:
21+
- "application/vnd.jupyter.widget-view+json"
22+
- "application/javascript"
23+
- "text/html"
24+
- "text/latex"
25+
- "image/svg+xml"
26+
- "image/png"
27+
- "image/jpeg"
28+
- "text/markdown"
29+
- "text/plain"
1930
html_favicon: _static/lectures-favicon.ico
2031
html_theme: quantecon_book_theme
2132
html_static_path: ['_static']

0 commit comments

Comments
 (0)