From 1b849871ff8e5780096bfd31dd557bc651216f5c Mon Sep 17 00:00:00 2001 From: Liam Toney Date: Wed, 16 Jul 2025 09:59:45 -0600 Subject: [PATCH 1/2] Update `readthedocs.yml` To conform to new RTD requirements --- readthedocs.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index cd8b2cf..5458586 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,7 +1,15 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py + python: - install: - - requirements: docs/requirements.txt - - method: setuptools - path: . + install: + - requirements: docs/requirements.txt + - method: pip + path: . From 36a8af1988dafb031bac83f5b13bfa96f95b30ad Mon Sep 17 00:00:00 2001 From: Liam Toney Date: Thu, 17 Jul 2025 10:39:09 -0600 Subject: [PATCH 2/2] Update `requirements.txt` I think this dep needs to be installed for the doc build to work --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b0f8447..483a4e9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1 @@ -sphinxcontrib-apidoc +sphinx_rtd_theme