From 462f871e9ecf3ae5e24666acbdaedf1a86af98a6 Mon Sep 17 00:00:00 2001 From: Carter Francis Date: Sun, 21 Apr 2024 09:57:13 -0500 Subject: [PATCH] Add sphinx gallery to doc requirements --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1ba7c559..b008f375 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ "pydata-sphinx-theme", "sphinx >= 3.0.2", "sphinx-design", + "sphinx_gallery", ], "tests": [ "coverage >= 5.0",