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
@@ -44,7 +44,11 @@ sphinx:
44
44
nb_render_image_options :
45
45
width : 80%
46
46
nb_code_prompt_show : " Show {type}"
47
+ suppress_warnings : [mystnb.unknown_mime_type, myst.domains]
48
+ proof_minimal_theme : true
47
49
# -------------
50
+ html_js_files :
51
+ - https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
48
52
html_favicon : _static/lectures-favicon.ico
49
53
html_theme : quantecon_book_theme
50
54
html_static_path : ['_static']
@@ -67,34 +71,35 @@ sphinx:
67
71
analytics :
68
72
google_analytics_id : G-QDS1YRJNGM
69
73
launch_buttons :
70
- notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"]
71
- binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org)
72
74
colab_url : https://colab.research.google.com
73
75
thebe : false # Add a thebe button to pages (requires the repository to run on Binder)
74
76
intersphinx_mapping :
77
+ intermediate :
78
+ - https://python.quantecon.org/
79
+ - null
75
80
pyprog :
76
81
- https://python-programming.quantecon.org/
77
82
- null
78
83
intro :
79
84
- https://intro.quantecon.org/
80
85
- null
81
86
dle :
82
- - https://quantecon.github.io/lecture-dle /
87
+ - https://dle. quantecon.org /
83
88
- null
84
89
dps :
85
- - https://quantecon.github.io/lecture-dps /
90
+ - https://dps. quantecon.org /
86
91
- null
87
92
eqm :
88
- - https://quantecon.github.io/lecture-eqm /
93
+ - https://eqm. quantecon.org /
89
94
- null
90
95
stats :
91
- - https://quantecon.github.io/lecture-stats /
96
+ - https://stats. quantecon.org /
92
97
- null
93
98
tools :
94
- - https://quantecon.github.io/lecture- tools-techniques/
99
+ - https://tools-techniques.quantecon.org /
95
100
- null
96
101
dynam :
97
- - https://quantecon.github.io/lecture-dynamics /
102
+ - https://dynamics. quantecon.org /
98
103
- null
99
104
mathjax3_config :
100
105
tex :
@@ -104,6 +109,9 @@ sphinx:
104
109
mathjax_path : https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
105
110
rediraffe_redirects :
106
111
index_toc.md : intro.md
112
+ # Remote Redirects
113
+ redirects :
114
+ ak2 : https://python.quantecon.org/ak2.html
107
115
tojupyter_static_file_path : ["_static"]
108
116
tojupyter_target_html : true
109
117
tojupyter_urlpath : " https://intro.quantecon.org/"
0 commit comments