From 2e4c8316f72bbd442772459bc28b962b1f526635 Mon Sep 17 00:00:00 2001 From: darwintree <17946284+darwintree@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:54:04 +0800 Subject: [PATCH] chore: add Node.js 22 to build tools in English and Chinese documentation configurations --- docs/en/.readthedocs.yaml | 1 + docs/zh-CN/.readthedocs.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/en/.readthedocs.yaml b/docs/en/.readthedocs.yaml index 7961d76..a56625c 100644 --- a/docs/en/.readthedocs.yaml +++ b/docs/en/.readthedocs.yaml @@ -9,6 +9,7 @@ build: os: ubuntu-22.04 tools: python: "3.10" + nodejs: "22" jobs: pre_build: # Generate on-the-fly Sphinx configuration from Jupyter Book's _config.yml diff --git a/docs/zh-CN/.readthedocs.yaml b/docs/zh-CN/.readthedocs.yaml index 6cba154..bdb6cc8 100644 --- a/docs/zh-CN/.readthedocs.yaml +++ b/docs/zh-CN/.readthedocs.yaml @@ -9,6 +9,7 @@ build: os: ubuntu-22.04 tools: python: "3.10" + nodejs: "22" jobs: pre_build: # Generate on-the-fly Sphinx configuration from Jupyter Book's _config.yml