From ae920e95e023d2e0b085118cc67ec3a62800f205 Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Fri, 31 May 2024 20:10:19 +0100 Subject: [PATCH] support plugin sub classing --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 939f836..4e63803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,10 +71,11 @@ optional-dependencies.dev = [ "pre-commit", ] +# For building the documentation optional-dependencies.docs = [ "nbsphinx", "pandoc", - # For building the documentation + "sphinx", "sphinx-argparse", "sphinx-rtd-theme",