From 630693bfcf94ddbb9e1c394f4e77c4d3fdabe372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Fri, 13 Jun 2025 18:45:29 +0200 Subject: doc: source_suffix should be a map, not a list --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 338934f..9397148 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -52,7 +52,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' -- cgit v1.2.3