From e9d865f4f36ad2920b86a9bcb34670d16ca6d229 Mon Sep 17 00:00:00 2001 From: Kevin Dougherty <69815622+kevindougherty-noaa@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:44:23 -0400 Subject: [PATCH] hotfix to remove added import that is no longer used (#144) --- 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"]