Skip to content

Commit bff03be

Browse files
committed
Add jupyterlite-sphinx deployment
1 parent 673084b commit bff03be

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
release = PACKAGE_JSON["version"]
1212

1313
extensions = [
14+
"jupyterlite_sphinx",
1415
"myst_parser"
1516
]
1617

@@ -29,3 +30,8 @@
2930
}
3031
}
3132
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ Blah blah blah.
99
1010
changelog
1111
```
12+
13+
Link to <a href="lite">deployment</a>.

docs/requirements-docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
jupyterlite-sphinx
12
myst-parser
23
pydata-sphinx-theme
34
sphinx

0 commit comments

Comments
 (0)