Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 8d3abfb

Browse files
authored
Merge pull request #64 from martinRenou/docs_disable_other_kernels
Docs: Disable other kernels
2 parents deafc42 + 664025a commit 8d3abfb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
html_theme = "pydata_sphinx_theme"
1717

1818
jupyterlite_config = "jupyterlite_config.json"
19+
jupyterlite_dir = "."

docs/jupyter-lite.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"jupyter-lite-schema-version": 0,
3+
"jupyter-config-data": {
4+
"disabledExtensions": [
5+
"@jupyterlite/javascript-kernel-extension",
6+
"@jupyterlite/pyolite-kernel-extension"
7+
]
8+
}
9+
}

0 commit comments

Comments
 (0)