Skip to content

Commit 5970ecd

Browse files
authored
[tox] Don't skip installation when generating the documentation (#135)
Installing the package is required because the documentation build queries information about llvm-lnt through importlib.metadata.
1 parent 7995809 commit 5970ecd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,3 @@ deps = [
151151
]
152152
allowlist_externals = ["make"]
153153
commands = [["make", "-C", "{toxinidir}/docs/", "html"]]
154-
skip_install = true

0 commit comments

Comments
 (0)