From 31f49a2955967de70970510c570b8a9a693582c2 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 31 Jan 2025 11:46:46 +0400 Subject: [PATCH] Add missing sphinx.configuration RtD setting (#225) (cherry picked from commit a34673a35e267b6202e9c766a896b74bc9b14bcf) --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index bafd26a9..7fb92e49 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -17,4 +17,5 @@ python: - develop sphinx: + configuration: docs/sphinx/conf.py fail_on_warning: true