From e7ba27eef5284da2f260de4fec18a16794e16011 Mon Sep 17 00:00:00 2001 From: Benedikt Fein Date: Fri, 20 Dec 2024 14:17:33 +0100 Subject: [PATCH] fix path to config file --- docs/.readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 1365ba0888df..332190edd7bd 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -7,7 +7,7 @@ build: python: "3.13" sphinx: fail_on_warning: true - configuration: conf.py + configuration: docs/conf.py python: install: - requirements: docs/requirements.txt