Skip to content

Commit 147925c

Browse files
committed
testing custom launch button
1 parent fc9d412 commit 147925c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

book/_config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ only_build_toc_files: true # Replace this with false i
1111
html:
1212
favicon : "figures/ewatercycle_logo.png" # Replace this with your own favicon
1313
baseurl : "https://www.ewatercycle.org/getting-started" # Replace this with your own URL
14+
extra_js:
15+
- _static/custom_launch_button.js
1416

1517
sphinx: # Options passed on to the underlying sphinx-parser
1618
config:
@@ -34,10 +36,6 @@ sphinx: # Options passed on to the
3436
jupyterhub_url: https://ewatercycle2526.ewatercycle-tud.src.surf-hosted.nl/jupyter # server is not operational
3537
notebook_interface: "jupyterlab"
3638
thebe: true # Required for live code: https://teachbooks.io/manual/features/live_code.html
37-
38-
html:
39-
extra_js:
40-
- _static/custom_launch_button.js
4139
html_show_copyright: false # As the copyright is included in the author field
4240
html_last_updated_fmt: '%B %-d, %Y' # Adds the date of the last update to the footer
4341
html_static_path: ["figures"] # Add folder that contain files that need to be included, such as the location of the logo(s)

0 commit comments

Comments
 (0)