From 4d8e88bcceb3b72352bdbc19e1c13e908a860978 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 13 Jan 2025 15:20:15 -0800 Subject: [PATCH 1/2] Update OS version --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cc978b9..f09add3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,6 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: "3.13" From 93ca232e17059b0944b2dedeb12bd30e9b932435 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 13 Jan 2025 15:20:32 -0800 Subject: [PATCH 2/2] Specify sphinx configuration --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f09add3..ade4a33 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,3 +4,6 @@ build: os: ubuntu-24.04 tools: python: "3.13" + +sphinx: + configuration: docs/conf.py