Core: There was no clear reason to stop supporting older versions of sphinx

This commit is contained in:
Mike Auty
2025-01-17 16:13:35 +00:00
parent c4430cda8d
commit 13a8c53f7b
+1 -1
View File
@@ -48,7 +48,7 @@ test = [
docs = [
"volatility3[dev]",
"sphinx>=8.0.0,<9",
"sphinx>=4.0.0,<9",
"sphinx-autodoc-typehints>=2.0.0,<3",
"sphinx-rtd-theme>=3.0.1,<4",
]