We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673084b commit bff03beCopy full SHA for bff03be
docs/conf.py
@@ -11,6 +11,7 @@
11
release = PACKAGE_JSON["version"]
12
13
extensions = [
14
+ "jupyterlite_sphinx",
15
"myst_parser"
16
]
17
@@ -29,3 +30,8 @@
29
30
}
31
32
html_title = "JupyterLite Terminal"
33
+
34
+# jupyterlite_sphonx settings
35
+jupyterlite_contents = "../deploy/contents/"
36
+jupyterlite_dir = "../deploy/"
37
+jupyterlite_silence = False
docs/index.md
@@ -9,3 +9,5 @@ Blah blah blah.
9
10
changelog
```
+Link to <a href="lite">deployment</a>.
docs/requirements-docs.txt
@@ -1,3 +1,4 @@
1
+jupyterlite-sphinx
2
myst-parser
3
pydata-sphinx-theme
4
sphinx
0 commit comments