From 2f563ac9f37dd532c8c3f2fc33181979f1931383 Mon Sep 17 00:00:00 2001 From: Kristi Nikolla Date: Thu, 3 Sep 2026 11:23:27 -0400 Subject: [PATCH] Add missing readthedocs config for sphinx Configuration location is now required in .readthedocs.yaml --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a020693..28634ff 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,9 @@ build: tools: python: "3.12" +sphinx: + configuration: docs/source/conf.py + python: install: - requirements: requirements.txt