Minor update to Sphinx config

The map form of source_suffix was introduced in Sphinx v1.8.0.
This commit is contained in:
Oliver Hamlet
2026-04-04 17:56:13 +01:00
parent 596af53f84
commit e96c177e51
+1 -1
View File
@@ -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.
#