From e1c40c5dcf89e2bf8b2d26349778d59742c013ed Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Thu, 24 Aug 2023 00:26:24 -0400 Subject: [PATCH] Update .readthedocs.yaml (#1343) Explicit build.os is now required by RTD. --- .readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bf414c0180..3c51bfed3c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,10 +4,10 @@ version: 2 -#build: -# os: "ubuntu-20.04" -# tools: -# python: "3.9" +build: + os: "ubuntu-20.04" + tools: + python: "3.9" # Build from the docs directory with Sphinx sphinx: