Skip to content

Commit 4cf22c1

Browse files
committed
move to correct location in config
1 parent 710dc4c commit 4cf22c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lectures/_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ latex:
3434
latex_documents:
3535
targetname: quantecon-python-intro.tex
3636

37-
mystnb:
38-
nb_code_prompt_show: "Show {type}"
39-
4037
sphinx:
4138
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter]
4239
config:
@@ -45,6 +42,8 @@ sphinx:
4542
# myst-nb config
4643
nb_render_image_options:
4744
width: 80%
45+
nb_code_prompt_show: "Show {type}"
46+
# -------------
4847
html_favicon: _static/lectures-favicon.ico
4948
html_theme: quantecon_book_theme
5049
html_static_path: ['_static']

0 commit comments

Comments
 (0)