From f1a620998d950708d249df86a74f33bf6df63b50 Mon Sep 17 00:00:00 2001 From: Derek Homeier Date: Mon, 23 Oct 2023 16:32:07 +0200 Subject: [PATCH] DOC: update deprecated "build: image:" RTD key --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6de8dfea..b4347147 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,9 @@ version: 2 build: - image: latest + os: ubuntu-22.04 + tools: + python: "3" sphinx: builder: html @@ -9,7 +11,6 @@ sphinx: fail_on_warning: true python: - version: 3.8 install: - method: pip path: .