Try to fix documentation builds

(cherry picked from commit 1ebb82a0c0)
This commit is contained in:
Mike Auty
2025-07-12 11:17:48 +01:00
parent a7d64ad39d
commit ed3d8ac6fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ test = [
docs = [
"volatility3[dev]",
"sphinx>=4.0.0,<9",
"sphinx-autodoc-typehints>=2.0.0,<3",
"sphinx-autodoc-typehints>=3.0.0,<4",
"sphinx-rtd-theme>=3.0.1,<4",
]
+1 -1
View File
@@ -31,7 +31,7 @@ except ImportError:
except ImportError:
vollog.info(
"Neither yara-x nor yara-python (>3.8.0) module not found, plugin (and dependent plugins) not available"
"Neither yara-x nor yara-python (>3.8.0) module was found, plugin (and dependent plugins) not available"
)
raise