From b8271740759f00e0196cb5910c483ba3219e3ae1 Mon Sep 17 00:00:00 2001 From: "A. Sean Pue" Date: Sun, 15 Oct 2023 22:03:21 -0400 Subject: [PATCH] fixed read the docs error --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 72fa860a..6c0cdfad 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -22,6 +22,6 @@ python: - requirements: requirements_dev.txt build: - os: ubuntu-latest + os: ubuntu-22.04 tools: python: "3.9"