From ab8c3a66652c4cd98ccf91a15cbc540e6acdd30a Mon Sep 17 00:00:00 2001 From: pciturri Date: Mon, 30 Sep 2024 16:52:44 +0200 Subject: [PATCH] build: added sphinx-design as dev requirement --- requirements_dev.txt | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements_dev.txt b/requirements_dev.txt index 012c6c9..048207b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -26,6 +26,7 @@ seaborn shapely sphinx sphinx-autoapi +sphinx_design sphinx-gallery sphinx-rtd-theme sphinx_copybutton diff --git a/setup.cfg b/setup.cfg index 657f79b..4b4acd0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -74,6 +74,7 @@ dev = shapely sphinx sphinx-autoapi + sphinx_design sphinx-gallery sphinx-rtd-theme sphinx_copybutton