Skip to content

Commit e840ae8

Browse files
author
tom mcandrew
committed
update
1 parent 4fc34f4 commit e840ae8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

outbreak_science/_config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
title: My sample book
55
author: The Jupyter Book Community
6-
logo: logo.png
6+
logo: epidemic.png
77

88
# Force re-execution of notebooks on each build.
99
# See https://jupyterbook.org/content/execute.html
@@ -31,6 +31,12 @@ html:
3131
use_issues_button: true
3232
use_repository_button: true
3333

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+
3440
# Latex styles
3541
parse:
3642
myst_enable_extensions:

0 commit comments

Comments
 (0)