From ebdd39413337a516bb40398dad661f815b14d810 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Mon, 7 Oct 2024 19:24:01 +0200 Subject: [PATCH] docs: conf.py: update deprecated source_suffix configuration Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index cd9a4e78a..a769db90c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ templates_path = ['_templates'] # 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' -- GitLab