From 9e202c8afa7334dd1f86fc1bab76326c44d69d0f Mon Sep 17 00:00:00 2001 From: Wang Fang Date: Fri, 13 Oct 2023 10:47:42 +0800 Subject: [PATCH] docs: update build doc OS in .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6572f26..0dbf28c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,7 @@ # Required. version: 2 must be used with build.os. To specify Python version, have to use build.tools.python version: 2 build: - os: "ubuntu-18.04" # keep it the same as used in build doc image, for easy debugging + os: "ubuntu-22.04" # RTD only supports ubuntu-22.04 and ubuntu-20.04. tools: "3.6" # keep it the same as used in build doc image, for easy debugging # Optionally build your docs in additional formats such as PDF and ePub