File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ sphinx:
4141 - " image/jpeg"
4242 - " text/markdown"
4343 - " text/plain"
44+ highlight_language : julia
4445 html_favicon : _static/lectures-favicon.ico
4546 html_theme : quantecon_book_theme
4647 html_static_path : ['_static']
@@ -63,15 +64,16 @@ sphinx:
6364 mathjax_path : https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js
6465 rediraffe_redirects :
6566 index_toc.md : intro.md
67+ tojupyter_default_lang : julia
68+ tojupyter_lang_synonyms : ['julia-1.6']
6669 tojupyter_static_file_path : ["source/_static", "_static"]
6770 tojupyter_target_html : true
6871 tojupyter_urlpath : " https://julia.quantecon.org/"
6972 tojupyter_image_urlpath : " https://julia.quantecon.org/_static/"
7073 tojupyter_kernels :
71- python3 :
74+ julia :
7275 kernelspec :
73- display_name : " Julia"
76+ display_name : Julia
7477 language : julia
75- name : julia
76- file_extension : " .jl"
78+ name : julia-1.6
7779 tojupyter_images_markdown : true
You can’t perform that action at this time.
0 commit comments