From f91286b99ea11e7fc1d296f761b5296c8e8f0c97 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sat, 27 Sep 2025 08:17:09 -0400 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 790103ad..30382cc8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ sphinx: # Set the version of python needed to build these docs. build: - os: "ubuntu-22.04" + os: "ubuntu-lts-latest" tools: python: "3.11"