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