From 168aae17f210063790d7fbd4da5e09dd2de4a5ee Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Thu, 3 Oct 2024 16:16:16 -0300 Subject: [PATCH] Update source_suffix mapping --- docs/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 22e73e5d..82098a16 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,10 @@ extensions = ["myst_parser"] templates_path = ["_templates"] # The suffix of source filenames. -source_suffix = [".rst", ".md"] +source_suffix = { + ".rst": "restructuredtext", + ".md": "markdown", +} # The encoding of source files. # source_encoding = 'utf-8-sig'