We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc34f4 commit e840ae8Copy full SHA for e840ae8
1 file changed
outbreak_science/_config.yml
@@ -3,7 +3,7 @@
3
4
title: My sample book
5
author: The Jupyter Book Community
6
-logo: logo.png
+logo: epidemic.png
7
8
# Force re-execution of notebooks on each build.
9
# See https://jupyterbook.org/content/execute.html
@@ -31,6 +31,12 @@ html:
31
use_issues_button: true
32
use_repository_button: true
33
34
+# Ensure widgets render in static HTML (e.g., ipywidgets)
35
+sphinx:
36
+ config:
37
+ html_js_files:
38
+ - https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
39
+
40
# Latex styles
41
parse:
42
myst_enable_extensions:
0 commit comments