Skip to content

Commit 68acc9f

Browse files
build: fixing doc ToX target with missing deps
1 parent f874aa5 commit 68acc9f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ commands =
5252

5353

5454
[testenv:doc]
55-
extras = doc
55+
description = generate sphinx documentation
56+
extras =
57+
doc
58+
protoc
5659
allowlist_externals =
5760
{toxinidir}/genproto.sh
5861
commands =

0 commit comments

Comments
 (0)