From ebdd39413337a516bb40398dad661f815b14d810 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 7 Oct 2024 19:24:01 +0200 Subject: [PATCH] docs: conf.py: update deprecated source_suffix configuration Signed-off-by: Matthias Schiffer --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index cd9a4e78a5..a769db90c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] -source_suffix = '.rst' +source_suffix = {'.rst': 'restructuredtext'} # The master toctree document. master_doc = 'index'