From 6394a108f9bb9b3ae45a29f8140345fcecc7a3ad Mon Sep 17 00:00:00 2001 From: Dinithi Sumanaweera <83298091+dinithins@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:56:23 +0100 Subject: [PATCH] Update conf.py --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 87bb6c4..f655493 100644 --- a/doc/conf.py +++ b/doc/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 = ["sphinx_rtd_theme",'sphinx.ext.intersphinx','nbsphinx'] +extensions = ["sphinx_rtd_theme",'sphinx.ext.intersphinx'] # "myst_parser" removed as myst_nb automatically activates it # Add any paths that contain templates here, relative to this directory.