From 6e0b309a1709d6d80aa7f0ff302be7fa152b1e8a Mon Sep 17 00:00:00 2001 From: Marcel Zwiers Date: Tue, 3 Oct 2023 17:53:55 +0200 Subject: [PATCH] Revert "RTD build error test" This reverts commit 368ba6b262a39211b571fb08312a0217ff9d9b3b. --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b83f8674..612fc4c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,9 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. nitpicky = True -source_suffix = {'.rst': 'restructuredtext'} +extensions = ['myst_parser'] +source_suffix = {'.rst': 'restructuredtext', + '.md': 'markdown'} # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']