14 lines
427 B
Diff
14 lines
427 B
Diff
diff --git a/docs/.bazelrc b/docs/.bazelrc
|
|
index dc6a3f7..9eb0697 100644
|
|
--- a/docs/.bazelrc
|
|
+++ b/docs/.bazelrc
|
|
@@ -1,3 +1,7 @@
|
|
-# Bazel configuration flags for rules_foregin_cc_docs
|
|
+# Bazel configuration flags for rules_foreign_cc_docs
|
|
|
|
+# https://github.com/bazelbuild/stardoc/issues/112
|
|
+common --incompatible_allow_tags_propagation
|
|
+
|
|
+common --noenable_bzlmod
|
|
build --workspace_status_command=tools/workspace_status.sh
|