From f56c5085ff5919e5c0dc1e205d90c2cab3eb5c27 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Wed, 18 Dec 2024 06:15:10 -0800 Subject: [PATCH 1/2] Add conf.py to .readthedocs.yml Required by https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 446192a..746ed71 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,3 +16,4 @@ python: sphinx: builder: html fail_on_warning: true + configuration: docs/source/conf.py From 5604b2af1d21b0a1af8006cd959709c49fc45535 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Wed, 18 Dec 2024 06:21:29 -0800 Subject: [PATCH 2/2] Set python version to 3.12 Sphinx 5 isn't compatible with Python 3.13 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 746ed71..ab8c388 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3" + python: "3.12" python: install: