Skip to content

Commit

Permalink
Update to jupyterlite-sphinx 0.7.2, which now enables a string conten…
Browse files Browse the repository at this point in the history
…ts value again.
  • Loading branch information
jasongrout committed Aug 17, 2022
1 parent 9213d19 commit b1762d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dependencies:
- sympy
- pip:
- jupyterlite==0.1.0b11
- jupyterlite-sphinx~=0.7.0
- jupyterlite-sphinx~=0.7.2
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ scikit-image
scikit-learn
sympy
jupyterlite==0.1.0b11
jupyterlite-sphinx~=0.7.0
jupyterlite-sphinx~=0.7.2
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# "examples/Layout Example.ipynb", # bqplot/ipyleaflet dependencies require ipywidgets 7
# "examples/Layout Templates.ipynb", # bqplot/ipyleaflet dependencies require ipywidgets 7
# "examples/Variable Inspector.ipynb", # uses ipykernel-specific features
jupyterlite_contents = ["examples"]
jupyterlite_contents = "examples"

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

0 comments on commit b1762d9

Please sign in to comment.