From 282e033b3c51ebd80d58eb8f4e15bebc4ba6b8a0 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 13 Nov 2023 23:58:34 -0800 Subject: [PATCH] fix nodejs sphinx requirement --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 99a8b5c5..bba4bdf2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ build: os: ubuntu-22.04 tools: python: "3.12" - nodejs: "22" + nodejs: "20" # Build documentation in the "docs/" directory with Sphinx sphinx: