diff --git a/docs/conf.py b/docs/conf.py index 133999c..047eaee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,3 +16,4 @@ html_theme = "pydata_sphinx_theme" jupyterlite_config = "jupyterlite_config.json" +jupyterlite_dir = "." diff --git a/docs/jupyter-lite.json b/docs/jupyter-lite.json new file mode 100644 index 0000000..ffd5516 --- /dev/null +++ b/docs/jupyter-lite.json @@ -0,0 +1,9 @@ +{ + "jupyter-lite-schema-version": 0, + "jupyter-config-data": { + "disabledExtensions": [ + "@jupyterlite/javascript-kernel-extension", + "@jupyterlite/pyolite-kernel-extension" + ] + } +}