3535 targetname : quantecon-python-intro.tex
3636
3737sphinx :
38- extra_extensions : [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter]
38+ extra_extensions : [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter, sphinx_reredirects ]
3939 config :
4040 bibtex_reference_style : author_year
4141 # false-positive links
@@ -45,6 +45,7 @@ sphinx:
4545 width : 80%
4646 nb_code_prompt_show : " Show {type}"
4747 suppress_warnings : [mystnb.unknown_mime_type, myst.domains]
48+ proof_minimal_theme : true
4849 # -------------
4950 html_js_files :
5051 - https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
@@ -70,8 +71,6 @@ sphinx:
7071 analytics :
7172 google_analytics_id : G-QDS1YRJNGM
7273 launch_buttons :
73- notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"]
74- binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org)
7574 colab_url : https://colab.research.google.com
7675 thebe : false # Add a thebe button to pages (requires the repository to run on Binder)
7776 intersphinx_mapping :
@@ -110,6 +109,9 @@ sphinx:
110109 mathjax_path : https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
111110 rediraffe_redirects :
112111 index_toc.md : intro.md
112+ # Remote Redirects
113+ redirects :
114+ ak2 : https://python.quantecon.org/ak2.html
113115 tojupyter_static_file_path : ["_static"]
114116 tojupyter_target_html : true
115117 tojupyter_urlpath : " https://intro.quantecon.org/"
0 commit comments