diff --git a/bazel/rules/rules_score/private/sphinx_module.bzl b/bazel/rules/rules_score/private/sphinx_module.bzl index e92446d..219e161 100644 --- a/bazel/rules/rules_score/private/sphinx_module.bzl +++ b/bazel/rules/rules_score/private/sphinx_module.bzl @@ -266,7 +266,7 @@ def _score_html_impl(ctx): tools = [sphinx_toolchain.html_merge_tool.files_to_run], ) return [ - DefaultInfo(files = depset(ctx.files.needs + [html_output])), + DefaultInfo(files = depset([html_output])), SphinxModuleInfo( html_dir = html_output, ),