We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5739b commit 97b6010Copy full SHA for 97b6010
environment.yml
@@ -48,7 +48,7 @@ dependencies:
48
- jupytext
49
- myst-nb>=1.2.0
50
- linkify-it-py
51
- - jupyterlite-sphinx>=0.17.1
+ - jupyterlite-sphinx>=0.19.1
52
- jupyterlite-pyodide-kernel
53
# Some optional test dependencies
54
- mpmath
pyproject.toml
@@ -98,7 +98,7 @@ doc = [
98
"jupytext",
99
"myst-nb>=1.2.0",
100
"pooch",
101
- "jupyterlite-sphinx>=0.17.1",
+ "jupyterlite-sphinx>=0.19.1",
102
"jupyterlite-pyodide-kernel",
103
"linkify-it-py"
104
]
requirements/doc.txt
@@ -10,6 +10,6 @@ numpydoc
10
jupytext
11
myst-nb>=1.2.0
12
pooch
13
-jupyterlite-sphinx>=0.17.1
+jupyterlite-sphinx>=0.19.1
14
jupyterlite-pyodide-kernel
15
linkify-it-py
0 commit comments