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

@@ -70,6 +70,7 @@ myst_enable_extensions = [
myst_substitutions = {
# date example: Dev 07, 2022
"date": datetime.date.today().strftime("%b %d, %Y").title(),
"node_min": "12",
"python_min": "3.8",
"version": jupyterhub.__version__,
}