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