File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,9 @@ dependencies:
107
107
- nbformat
108
108
- notebook>=7.0.6
109
109
- ipykernel
110
+ # also listed below
111
+ - jupyterlite-sphinx
112
+ - jupyterlite-pyodide-kernel
110
113
111
114
# web
112
115
# - jinja2 # already listed in optional dependencies, but documented here for reference
@@ -116,11 +119,13 @@ dependencies:
116
119
- requests
117
120
- pygments # Code highlighting
118
121
119
- # web interactive REPL
122
+ # web interactive REPL and interactive documentation utilities,
123
+ # already listed above, but documented here for reference.
124
+ #
120
125
# see the following links for more context:
121
126
# 1. https://jupyterlite-pyodide-kernel.readthedocs.io/en/stable/#compatibility
122
127
# 2. https://pyodide.org/en/stable/usage/packages-in-pyodide.html
123
- - jupyterlite-core
128
+ - jupyterlite-sphinx
124
129
- jupyterlite-pyodide-kernel
125
130
126
131
- pip :
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ feedparser
85
85
pyyaml
86
86
requests
87
87
pygments
88
- jupyterlite-core
88
+ jupyterlite-sphinx
89
89
jupyterlite-pyodide-kernel
90
90
adbc-driver-postgresql >= 0.10.0
91
91
adbc-driver-sqlite >= 0.8.0
You can’t perform that action at this time.
0 commit comments