From 4c44acffd686fef7a245c968104ca2faca6972f4 Mon Sep 17 00:00:00 2001
From: James Briggs <james.briggs@hotmail.com>
Date: Thu, 1 Aug 2024 13:22:56 +0400
Subject: [PATCH] fix: testing

---
 .readthedocs.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 0128b001..e8de2595 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -17,7 +17,7 @@ build:
 
 # Build documentation in the "docs/" directory with Sphinx
 sphinx:
-  configuration: ./docs/conf.py
+  configuration: /docs/source/conf.py
 
 # Optionally build your docs in additional formats such as PDF and ePub
 # formats:
-- 
GitLab