From 1e8faaaba662841aeb106c63e0e36b11693a4b2b Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 13 Jan 2025 15:22:08 -0800 Subject: [PATCH 1/2] Update OS and Python version --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f312e6e..902f93b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,9 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.11" + python: "3.13" python: install: From 807f465d8b12419caa277bf7b88b171336360552 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 13 Jan 2025 15:22:35 -0800 Subject: [PATCH 2/2] Specify Sphinx configuration --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 902f93b..569cb1f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,10 @@ build: tools: python: "3.13" +sphinx: + configuration: docs/conf.py + python: install: - - path: . + - method: pip + path: .