From 2832335783b6ec9eeb56fe2d9f010ed75d114dd9 Mon Sep 17 00:00:00 2001 From: mgrover1 Date: Tue, 12 Nov 2024 11:29:45 -0600 Subject: [PATCH] FIX: Fix the gallery build issue with new sphinx --- 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", ]