treewide: replace build/proto_docs with rules_proto_grpc_doc
In a future commit we will use other modules from rules_proto_grpc,
which allows us to remove this custom rule
Change-Id: I00a823de8fb8eb1e3beb5bf2f516d2c92dabc5a0
Reviewed-on: https://review.monogon.dev/c/monogon/+/3746
Tested-by: Jenkins CI
Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/MODULE.bazel b/MODULE.bazel
index ea1282b..5576a51 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -65,6 +65,7 @@
bazel_dep(name = "rules_python", version = "0.36.0")
bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(name = "rules_proto", version = "7.1.0")
+bazel_dep(name = "rules_proto_grpc_doc", version = "5.0.1")
# Currently supported version are listed here:
# https://protobuf.dev/support/version-support/