From bf28a5a40efa8d02d3c7435ee9000bbe4cec74b5 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 19 Oct 2023 18:10:25 -0600 Subject: [PATCH] MNT: Add missing doc requirement for sphinx-design --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b2aaf8b50f..64d861b8d73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,8 @@ doc = [ "myst-parser", "netCDF4", "sphinx", - "sphinx-gallery>=0.4" + "sphinx-gallery>=0.4", + "sphinx-design" ] examples = [ "geopandas>=0.6.0",