From e0e5dff7044f7b9cd8f06314ae9e41d6d6397738 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Tue, 23 Jun 2026 18:03:19 +0100 Subject: [PATCH] Fix RTD build --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1245903..0037358 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,7 +1,10 @@ version: 2 +sphinx: + configuration: docs/source/conf.py + build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: python: "mambaforge-4.10"