From b14f025b714968e3674938afb312c0c186a1a4cc Mon Sep 17 00:00:00 2001 From: Sebastien Valat Date: Sun, 8 Feb 2026 17:46:39 +0100 Subject: [PATCH] [doc] Fix building the doc due to previous patch using webp instead of png --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8351bea0..bcca5c2b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -25,6 +25,7 @@ extensions = [ 'sphinx.ext.duration', + 'sphinx.ext.imgconverter', ] templates_path = ['_templates']