Skip to content

Commit 97b6010

Browse files
authored
BUG: Pin jupyterlite-sphinx to >= 0.19.1 (scipy#22587)
1 parent bd5739b commit 97b6010

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies:
4848
- jupytext
4949
- myst-nb>=1.2.0
5050
- linkify-it-py
51-
- jupyterlite-sphinx>=0.17.1
51+
- jupyterlite-sphinx>=0.19.1
5252
- jupyterlite-pyodide-kernel
5353
# Some optional test dependencies
5454
- mpmath

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ doc = [
9898
"jupytext",
9999
"myst-nb>=1.2.0",
100100
"pooch",
101-
"jupyterlite-sphinx>=0.17.1",
101+
"jupyterlite-sphinx>=0.19.1",
102102
"jupyterlite-pyodide-kernel",
103103
"linkify-it-py"
104104
]

requirements/doc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ numpydoc
1010
jupytext
1111
myst-nb>=1.2.0
1212
pooch
13-
jupyterlite-sphinx>=0.17.1
13+
jupyterlite-sphinx>=0.19.1
1414
jupyterlite-pyodide-kernel
1515
linkify-it-py

0 commit comments

Comments
 (0)