Update setup.py

drop sphinx-autobuild dep back to allow py3.8 to install
This commit is contained in:
Paul Robinson
2024-04-19 15:13:19 -06:00
committed by GitHub
parent b87ee6a4a9
commit eb6d44b728

View File

@ -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",
],