From c08c047d0adb0bdb1f61441a81b4bf35c5db072e Mon Sep 17 00:00:00 2001 From: Addison Elliott Date: Wed, 22 Jan 2025 23:04:47 -0600 Subject: [PATCH 1/2] add readthedocs key --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 189daba..e56fa52 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,9 @@ build: tools: python: "3.9" +sphinx: + configuration: docs/source/conf.py + python: install: - requirements: docs/requirements.txt From fa5fe26dbb0131bdba122e4b9b194c9e7a9d1bf7 Mon Sep 17 00:00:00 2001 From: Addison Elliott Date: Wed, 22 Jan 2025 23:05:15 -0600 Subject: [PATCH 2/2] Bump RTD OS & Python version --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e56fa52..5dbdd85 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,9 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.9" + python: "3.12" sphinx: configuration: docs/source/conf.py