From f7b863d9508b921a78d7ff0e53de0b95e9a176f7 Mon Sep 17 00:00:00 2001 From: Kevin Dougherty Date: Tue, 9 Jul 2024 18:39:59 +0000 Subject: [PATCH] hotfix to remove added import that is no longer used --- docs/conf.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0c3c781..8c25a2b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,11 +45,6 @@ # Sphinx gallery configuration -# gallery_order.py from the sphinxext folder provides the classes that -# allow custom ordering of sections and subsections of the gallery -from sphinxext.gallery_order import ( - sectionorder as gallery_order_sectionorder, - subsectionorder as gallery_order_subsectionorder) # Create gallery dirs gallery_dirs = ["examples", "plot_types"]