Update source_suffix mapping

This commit is contained in:
Bruno Alla 2024-10-03 16:16:16 -03:00
parent 463d671ffc
commit 168aae17f2
No known key found for this signature in database

View File

@ -29,7 +29,10 @@ extensions = ["myst_parser"]
templates_path = ["_templates"] templates_path = ["_templates"]
# The suffix of source filenames. # The suffix of source filenames.
source_suffix = [".rst", ".md"] source_suffix = {
".rst": "restructuredtext",
".md": "markdown",
}
# The encoding of source files. # The encoding of source files.
# source_encoding = 'utf-8-sig' # source_encoding = 'utf-8-sig'