From 49ab2937949659418ef4efbf88d2595e078603dd Mon Sep 17 00:00:00 2001 From: Wei-Tse Hsu Date: Wed, 25 Oct 2023 17:30:49 -0600 Subject: [PATCH] Used build.os instead of build.image in readthedocs.yml since build.image was deprecated by RTD. See https://blog.readthedocs.com/use-build-os-config/ --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 84db7786..b4e06aad 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,7 +1,7 @@ version: 2 build: - image: latest + os: "ubuntu-22.04" python: version: 3.8