docs: use sphinx var for min node version

This commit is contained in:
Simon Li
2024-03-21 20:01:40 +00:00
parent 92d59cd12b
commit acf7d7daaa
3 changed files with 4 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ installed Python before, the recommended way to install it is to use
### Install nodejs
[NodeJS 12+](https://nodejs.org/en/) is required for building some JavaScript components.
[NodeJS {{node_min}}+](https://nodejs.org/en/) is required for building some JavaScript components.
`configurable-http-proxy`, the default proxy implementation for JupyterHub, is written in Javascript.
If you have not installed NodeJS before, we recommend installing it in the `miniconda` environment you set up for Python.
You can do so with `conda install nodejs`.