File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ only_build_toc_files: true # Replace this with false i
1111html :
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
1517sphinx : # 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)
You can’t perform that action at this time.
0 commit comments