Skip to content

Commit 712c453

Browse files
authored
Make node optional (#1030)
1 parent 1957aa0 commit 712c453

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

docs/environment.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling >=1.0"]
2+
requires = ["hatchling >=1.11"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -114,7 +114,7 @@ validate-bump = false
114114
artifacts = ["jupyter_server/static/style"]
115115

116116
[tool.hatch.build.hooks.jupyter-builder]
117-
dependencies = ["hatch-jupyter-builder>=0.8"]
117+
dependencies = ["hatch-jupyter-builder>=0.8.1"]
118118
build-function = "hatch_jupyter_builder.npm_builder"
119119
ensured-targets = [
120120
"jupyter_server/static/style/bootstrap.min.css",

readthedocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
version: 2
22
sphinx:
33
configuration: docs/source/conf.py
4-
conda:
5-
environment: docs/environment.yml
64
python:
75
version: 3.8
86
install:

0 commit comments

Comments
 (0)