@@ -2,6 +2,8 @@ title: QuantEcon DataScience
2
2
author : Chase Coleman, Spencer Lyon, and Jesse Perla
3
3
logo : _static/datascience-logo.png
4
4
description : This website presents a series of lectures on programming, data science, and economics.
5
+ analytics :
6
+ google_analytics_id : UA-54984338-5
5
7
6
8
execute :
7
9
execute_notebooks : " force"
@@ -10,9 +12,24 @@ execute:
10
12
html :
11
13
baseurl : https://datascience.quantecon.org/
12
14
15
+ bibtex_bibfiles :
16
+ - applications/applications.bib
17
+
13
18
sphinx :
14
19
extra_extensions : [sphinx_multitoc_numbering, sphinx_exercise, sphinx_tojupyter]
15
20
config :
21
+ suppress_warnings : ["mystnb.unknown_mime_type"]
22
+ nb_mime_priority_overrides : [
23
+ ['html', 'application/vnd.jupyter.widget-view+json', 10],
24
+ ['html', 'application/javascript', 20],
25
+ ['html', 'text/html', 30],
26
+ ['html', 'text/latex', 40],
27
+ ['html', 'image/svg+xml', 50],
28
+ ['html', 'image/png', 60],
29
+ ['html', 'image/jpeg', 70],
30
+ ['html', 'text/markdown', 80],
31
+ ['html', 'text/plain', 90],
32
+ ]
16
33
html_favicon : _static/lectures-favicon.ico
17
34
html_static_path : ['_static']
18
35
html_theme : quantecon_book_theme
@@ -31,7 +48,6 @@ sphinx:
31
48
launch_buttons :
32
49
colab_url : https://colab.research.google.com
33
50
binderhub_url : https://mybinder.org
34
- google_analytics_id : UA-54984338-5
35
51
persistent_sidebar : true
36
52
mathjax3_config :
37
53
tex :
@@ -56,6 +72,4 @@ sphinx:
56
72
name : python3
57
73
file_extension : " .py"
58
74
tojupyter_images_markdown : true
59
- bibtex_bibfiles :
60
- - applications/applications.bib
61
75
0 commit comments