From beafea2b43a18c1417ed00b307dd1b7a45a17b0b Mon Sep 17 00:00:00 2001 From: ION606 Date: Fri, 31 May 2024 13:46:03 -0400 Subject: [PATCH] readthedocs fix --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f008b0f..42f088f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,6 +3,11 @@ # Required version: 2 +build: + os: ubuntu-lts-latest + tools: + nodejs: "20" + # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py