Skip to content

Commit baee207

Browse files
committed
docs: add nodejs
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
1 parent 574fd97 commit baee207

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build:
44
os: ubuntu-22.04
55
tools:
66
python: "3.12"
7+
nodejs: "20"
78
jobs:
89
pre_build:
910
# Generate the Sphinx configuration for this Jupyter Book, so it builds.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dev = [
3636
"wheel",
3737
"build",
3838
"tox",
39-
"jupyter-book",
39+
"jupyter-book>=1.0.0,<2.0.0",
4040
"mypy",
4141
"pyright>=1.1.331",
4242
"ruff>=0.2.1",

0 commit comments

Comments
 (0)