From 2543e622843db2a2882c862bf3d0704d5a8b8a7d Mon Sep 17 00:00:00 2001 From: Jason Traub Date: Wed, 6 Aug 2025 19:45:48 -0500 Subject: [PATCH] add sphinx to dev dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 628587c..181c19e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,8 @@ dev = [ "pylint", "pytest-cov", "reorder-python-imports", - "twine" + "twine", + "sphinx" ] [project.urls]