We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895c366 commit 79bb069Copy full SHA for 79bb069
2 files changed
pyproject.toml
@@ -60,6 +60,7 @@ all = [
60
"matplotlib",
61
]
62
doc = [
63
+ "cryptography>=2.0",
64
"sphinx>=7.0.0",
65
"sphinx_rtd_theme>=1.3.0",
66
"tox>=3.0.0",
tox.ini
@@ -111,6 +111,8 @@ commands = python .config/mypy/mypy_check.py linux
111
[testenv:docs]
112
description = "Build the docs"
113
deps = cryptography
114
+ sphinx
115
+ sphinx_rtd_theme
116
extras = doc
117
changedir = {toxinidir}/doc/scapy
118
commands =
0 commit comments