From 689eaa8612aa0e59568f468cabb11fd428734dee Mon Sep 17 00:00:00 2001 From: Max Grover Date: Tue, 12 Nov 2024 12:43:44 -0600 Subject: [PATCH] FIX: Fix the gallery build issue with new sphinx (#1685) --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2bc82eb568..5d0c2b7e45 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -50,7 +50,6 @@ "sphinx_copybutton", "sphinx_gallery.gen_gallery", "sphinx_design", - "nbsphinx", "myst_nb", "ablog", ]