Try to fix documentation builds

This commit is contained in:
Mike Auty
2025-07-12 11:09:47 +01:00
parent 1eb87178b8
commit 1ebb82a0c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,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