| commit | 7813f3095f45704f83178ae66db74347cdf3dd33 | [log] [tgz] |
|---|---|---|
| author | Ivo List <ilist@google.com> | Mon Sep 23 21:31:50 2024 +0200 |
| committer | GitHub <noreply@github.com> | Mon Sep 23 21:31:50 2024 +0200 |
| tree | eea4ff894974c9ceba5ab47a83b2921896ce26df | |
| parent | 25fd41cbe22f2ef108245c8dc7080d241de95c4f [diff] |
Load py_binary from rules_python
diff --git a/doc_build/BUILD b/doc_build/BUILD index 9a7ec75..d45155b 100644 --- a/doc_build/BUILD +++ b/doc_build/BUILD
@@ -20,6 +20,7 @@ """ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") +load("@rules_python//python:defs.bzl", "py_binary") load("@stardoc//stardoc:stardoc.bzl", "stardoc") load("//:version.bzl", "version")