From 9fcffedd04237bef1dae2c000fda8b55136ab046 Mon Sep 17 00:00:00 2001 From: Jen Schripsema Date: Fri, 6 Oct 2023 17:12:40 -0600 Subject: [PATCH] Update conf.py Added Markdown to source file types for docs/conf.py. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5349bcc0..81059807 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -99,7 +99,7 @@ # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: -source_suffix = '.rst' +source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project.