From 5a6fe7c94e02ea339d5a5fa9341005d787540999 Mon Sep 17 00:00:00 2001 From: Harison Gachuru Date: Sat, 30 Oct 2021 13:15:02 +0300 Subject: [PATCH] Update docs config --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a8e27324..98d7caa0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [] +extensions = ["myst_parser"] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]