From 8df07ed0d60b945f25e73f70123d488f896fc3fd Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Thu, 20 Jun 2024 13:36:42 +0200 Subject: [PATCH] chore(docs): enable myst_parser extension in sphinx config This allows sphinx to parse markdown files --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index e2063a70e..a50061ecf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -42,6 +42,7 @@ "sphinx.ext.ifconfig", "sphinx.ext.viewcode", "sphinx.ext.githubpages", + "myst_parser", ] autoclass_content = "both"