Skip to content

Commit b1762d9

Browse files
committed
Update to jupyterlite-sphinx 0.7.2, which now enables a string contents value again.
1 parent 9213d19 commit b1762d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ dependencies:
2626
- sympy
2727
- pip:
2828
- jupyterlite==0.1.0b11
29-
- jupyterlite-sphinx~=0.7.0
29+
- jupyterlite-sphinx~=0.7.2

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ scikit-image
1515
scikit-learn
1616
sympy
1717
jupyterlite==0.1.0b11
18-
jupyterlite-sphinx~=0.7.0
18+
jupyterlite-sphinx~=0.7.2

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# "examples/Layout Example.ipynb", # bqplot/ipyleaflet dependencies require ipywidgets 7
3232
# "examples/Layout Templates.ipynb", # bqplot/ipyleaflet dependencies require ipywidgets 7
3333
# "examples/Variable Inspector.ipynb", # uses ipykernel-specific features
34-
jupyterlite_contents = ["examples"]
34+
jupyterlite_contents = "examples"
3535

3636
# intersphinx_mapping = {
3737
# 'ipython': ('http://ipython.org/ipython-doc/dev/', None),

0 commit comments

Comments
 (0)