From 6662932ab9b996961957a1383352b4225ddb1884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Amorin?= Date: Wed, 24 Jun 2026 01:33:07 +0200 Subject: [PATCH] Fix Read the Docs build --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3722ee308..166d224d7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,7 @@ extensions = [] -templates_path = ['_templates'] +templates_path = [] exclude_patterns = [] language = 'fr' @@ -27,4 +27,4 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'sphinx_rtd_theme' -html_static_path = ['_static'] +html_static_path = []