From fc044b3a18e755ddcfe442d51d709b270c97e7ff Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Mon, 31 Mar 2025 10:50:28 -0400 Subject: [PATCH] Explicitly configure readthedocs conf.py path RTD made a change that now requires it: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 67875cf..fba7a7d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,8 @@ version: 2 +sphinx: + configuration: docs/source/conf.py + build: os: "ubuntu-20.04" tools: