35
35
targetname : quantecon-python-intro.tex
36
36
37
37
sphinx :
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 ]
39
39
config :
40
40
bibtex_reference_style : author_year
41
41
# false-positive links
@@ -45,6 +45,7 @@ sphinx:
45
45
width : 80%
46
46
nb_code_prompt_show : " Show {type}"
47
47
suppress_warnings : [mystnb.unknown_mime_type, myst.domains]
48
+ proof_minimal_theme : true
48
49
# -------------
49
50
html_js_files :
50
51
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
@@ -70,8 +71,6 @@ sphinx:
70
71
analytics :
71
72
google_analytics_id : G-QDS1YRJNGM
72
73
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)
75
74
colab_url : https://colab.research.google.com
76
75
thebe : false # Add a thebe button to pages (requires the repository to run on Binder)
77
76
intersphinx_mapping :
@@ -110,6 +109,9 @@ sphinx:
110
109
mathjax_path : https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
111
110
rediraffe_redirects :
112
111
index_toc.md : intro.md
112
+ # Remote Redirects
113
+ redirects :
114
+ ak2 : https://python.quantecon.org/ak2.html
113
115
tojupyter_static_file_path : ["_static"]
114
116
tojupyter_target_html : true
115
117
tojupyter_urlpath : " https://intro.quantecon.org/"
0 commit comments