From ead7460e9f96f1725ffc50d656c3d4c5212192ca Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 13 Apr 2022 11:40:54 +0200 Subject: [PATCH] test --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index cf9fdb9..c299421 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ release = '1.0.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['myst_parser'] +extensions = [] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']