From e96c177e51b35bcb7a789e6f4553e1142572d3ef Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 4 Apr 2026 17:56:13 +0100 Subject: [PATCH] Minor update to Sphinx config The map form of source_suffix was introduced in Sphinx v1.8.0. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ad97df3b..011b9978 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,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 encoding of source files. #