Core: Try to maintain python-3.8 support for the documentation

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