From ae37324338a760989b5bc1c57843db67750b64f6 Mon Sep 17 00:00:00 2001 From: Remington Mallett Date: Tue, 18 Jun 2024 21:52:52 -0400 Subject: [PATCH] docs dependencies --- pyproject.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b98f451..d322136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,12 +39,11 @@ classifiers = [ Homepage = "https://github.com/dxelab/dreambank" [project.optional-dependencies] -dev = [ - "black", - "pydata-sphinx-theme", # needs to be in requirements.txt also (for docs.yml) +docs = [ "sphinx", - "sphinx_copybutton", # needs to be in requirements.txt also (for docs.yml) - "sphinx-design", # more options for pydatasphinx theme, eg, dropdowns, tabs + "pydata-sphinx-theme", + "sphinx-design", + "sphinx_copybutton", ] [project.scripts]