From 97b68ef1cb0a3985723ab993cf56dbd543e34d9f Mon Sep 17 00:00:00 2001 From: Tom Kazimiers Date: Tue, 2 Jul 2024 21:33:38 +0200 Subject: [PATCH] Doc: add Node as requirement to RTD config This is needed for the API docs --- .readthedocs.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d7cdb52939..2aa985ffe3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,10 +9,7 @@ build: os: ubuntu-22.04 tools: python: "3.10" - # You can also specify other tool versions: - # nodejs: "20" - # rust: "1.70" - # golang: "1.20" + nodejs: "20" jobs: post_install: # Install NPM dependencies