Skip to content

Commit d6fb77c

Browse files
committed
add custom config for nb_render for jupyter targets to support sphinx-tojupyter
1 parent c645453 commit d6fb77c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lectures/_config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ sphinx:
2727
- "image/jpeg"
2828
- "text/markdown"
2929
- "text/plain"
30+
jupyter:
31+
- "application/vnd.jupyter.widget-view+json"
32+
- "application/javascript"
33+
- "text/html"
34+
- "text/latex"
35+
- "image/svg+xml"
36+
- "image/png"
37+
- "image/jpeg"
38+
- "text/markdown"
39+
- "text/plain"
3040
html_favicon: _static/lectures-favicon.ico
3141
html_theme: quantecon_book_theme
3242
html_static_path: ['_static']

0 commit comments

Comments
 (0)