From 7e0f5a292a23de8563205aa9973a8c58b8d25a68 Mon Sep 17 00:00:00 2001 From: andrew-platt Date: Wed, 27 Sep 2023 11:30:06 -0600 Subject: [PATCH] RTD: replace build.image with build.os --- .readthedocs.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0983ab8b1d..eed597b9ca 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,20 +5,21 @@ # Required version: 2 +# select the docker image to use: stable | latest +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + formats: - htmlzip # - pdf # - epub python: - version: 3.7 install: - requirements: docs/requirements.txt -# select the docker image to use: stable | latest -build: - image: stable - sphinx: builder: html configuration: docs/conf.py