From eb6d44b72846d1da24c49790b0366f1e071033f4 Mon Sep 17 00:00:00 2001 From: Paul Robinson <5199899+pacrob@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:13:19 -0600 Subject: [PATCH] Update setup.py drop sphinx-autobuild dep back to allow py3.8 to install --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ab16705..76a45df6 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ extras_require = { ], "docs": [ "sphinx>=6.0.0", - "sphinx-autobuild>=2024.2.4", + "sphinx-autobuild>=2021.3.14", "sphinx_rtd_theme>=1.0.0", "towncrier>=21,<22", ],