aboutsummaryrefslogtreecommitdiff
path: root/docgen/docgen.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'docgen/docgen.bzl')
-rw-r--r--docgen/docgen.bzl5
1 files changed, 0 insertions, 5 deletions
diff --git a/docgen/docgen.bzl b/docgen/docgen.bzl
index f89328a..1aa2a0f 100644
--- a/docgen/docgen.bzl
+++ b/docgen/docgen.bzl
@@ -29,11 +29,6 @@ def sphinx_stardocs(name, bzl_libraries, **kwargs):
tags)
"""
- # Stardoc doesn't yet work with bzlmod; we can detect this by
- # looking for "@@" vs "@" in labels.
- if "@@" in str(Label("//:X")):
- kwargs["target_compatible_with"] = ["@platforms//:incompatible"]
-
docs = []
for label in bzl_libraries:
lib_name = Label(label).name.replace("_bzl", "")