Skip to content

Commit 5db2d75

Browse files
committed
chore: fix tox doc environment missing dependency group
1 parent 30477b5 commit 5db2d75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ commands = [
129129
]
130130

131131
[tool.tox.env.doc]
132+
dependency_groups = ["doc"]
132133
commands = [
133134
["sphinx-build", "--builder", "html", "doc", "build/sphinx/html"],
134135
["sphinx-build", "--builder", "man", "doc", "build/sphinx/html"],

0 commit comments

Comments
 (0)