the source_suffix option is supposed to be a map

This commit is contained in:
Axel Kohlmeyer
2024-07-15 14:08:19 -04:00
parent 046f57625a
commit 7cfc34e45d

View File

@ -69,7 +69,7 @@ images_config = {
templates_path = ['_templates']
# The suffix of source filenames.
source_suffix = '.rst'
source_suffix = {'.rst': 'restructuredtext'}
# The encoding of source files.
#source_encoding = 'utf-8-sig'