From aa375364da8a35066c1745a7e56fd9e4123d1e74 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Mon, 3 Feb 2025 02:48:53 +0100 Subject: [PATCH] Add sphinx.configuration key to .readthedocs.yaml --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c6a441b..be23c41 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,5 +10,6 @@ python: - requirements: requirements.txt sphinx: + configuration: source/conf.py builder: dirhtml fail_on_warning: true