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

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

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