From e75af3d4503e15cda18ac44f95a4b5af6f552b43 Mon Sep 17 00:00:00 2001 From: usamasadiq Date: Sat, 27 Sep 2025 17:22:31 +0500 Subject: [PATCH] build: use ubuntu-lts-latest in readthedocs build --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6d7a189..33ce4db 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,7 +17,7 @@ sphinx: # Set the version of python needed to build these docs. build: - os: "ubuntu-22.04" + os: "ubuntu-lts-latest" tools: python: "3.8"