Skip to content

Commit

Permalink
Make node optional (jupyter-server#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Oct 14, 2022
1 parent 1957aa0 commit 712c453
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
5 changes: 0 additions & 5 deletions docs/environment.yml

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling >=1.0"]
requires = ["hatchling >=1.11"]
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -114,7 +114,7 @@ validate-bump = false
artifacts = ["jupyter_server/static/style"]

[tool.hatch.build.hooks.jupyter-builder]
dependencies = ["hatch-jupyter-builder>=0.8"]
dependencies = ["hatch-jupyter-builder>=0.8.1"]
build-function = "hatch_jupyter_builder.npm_builder"
ensured-targets = [
"jupyter_server/static/style/bootstrap.min.css",
Expand Down
2 changes: 0 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: 2
sphinx:
configuration: docs/source/conf.py
conda:
environment: docs/environment.yml
python:
version: 3.8
install:
Expand Down

0 comments on commit 712c453

Please sign in to comment.