Skip to content

Commit

Permalink
Ensure sidebar toggle patch is loaded correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Sep 30, 2024
1 parent 17fc08e commit 31ce207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def get_requirements():
html_js_files = [
(None, {'body': '{"shimMode": true}', 'type': 'esms-options'}),
f'https://cdn.holoviz.org/panel/{js_version}/dist/bundled/reactiveesm/es-module-shims@^1.10.0/dist/es-module-shims.min.js',
'_static/toggle.js'
'toggle.js'
]

nbsite_pyodide_conf = {
Expand Down

0 comments on commit 31ce207

Please sign in to comment.