mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Try to fix documentation builds
This commit is contained in:
+1
-1
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user