From 39ed5fa007ab1aab1aa344f6a40eb2902e979825 Mon Sep 17 00:00:00 2001 From: Christopher Gallo Date: Fri, 29 Sep 2023 17:25:01 -0500 Subject: [PATCH] #2095 changed os version for readthedocs to a supported version --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 398267d4c..7fc12495c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,7 +6,7 @@ version: 2 build: - os: ubuntu-23.04 + os: ubuntu-22.04 tools: python: "3.10"