From f92a370d987bede43eddf5cfa1ba2b34736fa734 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 13 Apr 2024 09:29:30 -0700 Subject: [PATCH] add sphinx-rtd-theme to dev dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7ebefccc..e209aacc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ dev = [ "pytest-cov>=4.1.0", "quart-trio>=0.11.0", "sphinx>=7.2.0", + "sphinx-rtd-theme>=2.0.0", "twine>=4.0.0", "wheel>=0.42.0", ] -- 2.47.3