From 712c453532348d93447d0e3de7f548d33d69883b Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 14 Oct 2022 07:49:31 -0500 Subject: [PATCH] Make node optional (#1030) --- docs/environment.yml | 5 ----- pyproject.toml | 4 ++-- readthedocs.yml | 2 -- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 docs/environment.yml diff --git a/docs/environment.yml b/docs/environment.yml deleted file mode 100644 index 34b512ba53..0000000000 --- a/docs/environment.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: jupyter_server_docs -dependencies: - - nodejs - - python - - pip diff --git a/pyproject.toml b/pyproject.toml index 5f305896c5..352e7a869a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling >=1.0"] +requires = ["hatchling >=1.11"] build-backend = "hatchling.build" [project] @@ -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", diff --git a/readthedocs.yml b/readthedocs.yml index cd2b4eb9da..3e4c966740 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,8 +1,6 @@ version: 2 sphinx: configuration: docs/source/conf.py -conda: - environment: docs/environment.yml python: version: 3.8 install: