From 5525653cdbeb6bebbe7cb4fc9acf97daf1e274f0 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 5 Sep 2023 17:31:15 +0200
Subject: [PATCH] Fix location of conf.py

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

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 7fb026e08..512d05b1d 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -15,7 +15,7 @@ build:
     # golang: "1.20"
 
 sphinx:
-  configuration: tangostationcontrol/docs/conf.py
+  configuration: tangostationcontrol/docs/source/conf.py
 
   # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
   # builder: "dirhtml"
-- 
GitLab