Skip to content

Commit 79bb069

Browse files
committed
Fix tox -e docs2
1 parent 895c366 commit 79bb069

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ all = [
6060
"matplotlib",
6161
]
6262
doc = [
63+
"cryptography>=2.0",
6364
"sphinx>=7.0.0",
6465
"sphinx_rtd_theme>=1.3.0",
6566
"tox>=3.0.0",

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ commands = python .config/mypy/mypy_check.py linux
111111
[testenv:docs]
112112
description = "Build the docs"
113113
deps = cryptography
114+
sphinx
115+
sphinx_rtd_theme
114116
extras = doc
115117
changedir = {toxinidir}/doc/scapy
116118
commands =

0 commit comments

Comments
 (0)