Skip to content

Commit 09de2b1

Browse files
castlerhoe-jo
authored andcommitted
rules_score: sphinx_module for html should not forward needs
The needs get forwarded by the custom needs rule, no need that the HTML does the very same.
1 parent 57e6c48 commit 09de2b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bazel/rules/rules_score/private/sphinx_module.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def _score_html_impl(ctx):
266266
tools = [sphinx_toolchain.html_merge_tool.files_to_run],
267267
)
268268
return [
269-
DefaultInfo(files = depset(ctx.files.needs + [html_output])),
269+
DefaultInfo(files = depset([html_output])),
270270
SphinxModuleInfo(
271271
html_dir = html_output,
272272
),

0 commit comments

Comments
 (0)