From 092826fd6735e5c8066b19c093c21e757ac37638 Mon Sep 17 00:00:00 2001 From: Robin De Schepper Date: Sat, 3 May 2025 11:55:16 +0200 Subject: [PATCH] Fix missing required RTD configuration key --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 929b95b..1495af7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,5 +13,6 @@ python: - rtd sphinx: + configuration: docs/conf.py builder: html fail_on_warning: true