From cb74559883e44cb3944ab24f9e5d127767020b34 Mon Sep 17 00:00:00 2001 From: yaront Date: Wed, 11 Dec 2024 17:48:01 -0500 Subject: [PATCH] Updating conf.py --- docs/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 94fe203..9b0ecb6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,6 +27,11 @@ 'myst_parser', # Showing README.md ] +source_suffix = { + '.rst': 'restructuredtext', + '.md': 'markdown', +} + # Enable automatic generation of summary tables autosummary_generate = True