aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Aiuto <aiuto@google.com>2023-06-14 11:40:53 -0400
committerTony Aiuto <aiuto@google.com>2023-06-14 11:40:53 -0400
commita0d58cddec2566237bb77908d7a81bda3454813e (patch)
tree2d9078cefe16f32af5b7adc47db224627cffea11
parent846a2141f254f3ad6c5fc3d206511540c320ee25 (diff)
downloadbazelbuild-rules_license-a0d58cddec2566237bb77908d7a81bda3454813e.tar.gz
update docs
-rw-r--r--MODULE.bazel1
-rw-r--r--doc_build/BUILD2
2 files changed, 3 insertions, 0 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index 099cb2d..e2d3917 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -13,4 +13,5 @@ module(
# Only for development
bazel_dep(name = "rules_pkg", version = "0.7.0", dev_dependency = True)
+bazel_dep(name = "rules_python", version = "0.19.0", dev_dependency = True)
bazel_dep(name = "stardoc", version = "0.5.3", dev_dependency = True)
diff --git a/doc_build/BUILD b/doc_build/BUILD
index e3f61a1..66ce6f7 100644
--- a/doc_build/BUILD
+++ b/doc_build/BUILD
@@ -59,6 +59,8 @@ ORDER = [
("LicenseInfo", "//rules:providers.bzl"),
("LicenseKindInfo", "//rules:providers.bzl"),
("PackageInfo", "//rules:providers.bzl"),
+ ("gather_metadata_info", "//rules_gathering:gather_metadata.bzl"),
+ ("gather_metadata_info_and_write", "//rules_gathering:gather_metadata.bzl"),
("trace", "//rules_gathering:trace.bzl"),
]