Skip to content

Commit 3e09e1a

Browse files
Add jupyterlite-sphinx as a dependency
1 parent d1ef0fc commit 3e09e1a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

environment.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ dependencies:
107107
- nbformat
108108
- notebook>=7.0.6
109109
- ipykernel
110+
# also listed below
111+
- jupyterlite-sphinx
112+
- jupyterlite-pyodide-kernel
110113

111114
# web
112115
# - jinja2 # already listed in optional dependencies, but documented here for reference
@@ -116,11 +119,13 @@ dependencies:
116119
- requests
117120
- pygments # Code highlighting
118121

119-
# web interactive REPL
122+
# web interactive REPL and interactive documentation utilities,
123+
# already listed above, but documented here for reference.
124+
#
120125
# see the following links for more context:
121126
# 1. https://jupyterlite-pyodide-kernel.readthedocs.io/en/stable/#compatibility
122127
# 2. https://pyodide.org/en/stable/usage/packages-in-pyodide.html
123-
- jupyterlite-core
128+
- jupyterlite-sphinx
124129
- jupyterlite-pyodide-kernel
125130

126131
- pip:

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ feedparser
8585
pyyaml
8686
requests
8787
pygments
88-
jupyterlite-core
88+
jupyterlite-sphinx
8989
jupyterlite-pyodide-kernel
9090
adbc-driver-postgresql>=0.10.0
9191
adbc-driver-sqlite>=0.8.0

0 commit comments

Comments
 (0)