From 59ea6b7d6e4a362371df1af1b54ab150a9622463 Mon Sep 17 00:00:00 2001 From: James Briggs <james.briggs@hotmail.com> Date: Thu, 1 Aug 2024 13:51:11 +0400 Subject: [PATCH] fix: remove ext --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 39ba9d6f..1f7b73e6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,6 @@ release = "0.0.55" extensions = [ "sphinx.ext.autodoc", "sphinx.ext.autosummary", - "sphinx.ext.myst_parser" ] templates_path = ["_templates"] -- GitLab