From f5de852ecd0e5ad724be4466722325201a2b9a1f Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 9 May 2022 17:06:34 +0100 Subject: [PATCH] Use Ubuntu 22.04 on Read the Docs (#384) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f497b49d..1001bb3d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: python: "3.10"