commit | 20a1159fbcb5f1fbd33d97215e6e493781f779ad | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Fri Jan 10 14:36:14 2025 -0500 |
committer | GitHub <noreply@github.com> | Fri Jan 10 14:36:14 2025 -0500 |
tree | 51d5dd6f2dfedf701e913ec4e90e9cb8995eb73c | |
parent | 0661790722a8fd93ffe1903e23a930df08aaca69 [diff] |
Fix CI failures (#270) Remove unnecessary usage of ProtoInfo (which is no longer native and thus no longer needs special testing); enable tests requiring Bazel 8.0.0 by default; temporarily disable tests requiring Bazel 8.0.1 (more specifically - requiring starlark_doc_extract changes cherry-picked into 8.0.1 by https://github.com/bazelbuild/bazel/issues/24643) by default but test them using latest_green.
Stardoc is a documentation generator for Bazel build rules written in Starlark.
Stardoc provides a Starlark rule (stardoc
, see documentation) that can be used to build documentation for Starlark rules in Markdown. Stardoc generates one documentation page per .bzl
file.
Stardoc is a replacement for the deprecated “Skydoc” documentation generator.
See Skydoc Deprecation for details on the deprecation and migration details.
See our future plans for refactoring Stardoc to be more consistent with how Bazel evaluates .bzl files, and what it means for maintenance of this project.
See the maintaner's guide for instructions for cutting a new release.