commit | a0aa79a09df2d927ad42bb712c8a97586b1d01fa | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <[email protected]> | Tue Aug 08 15:44:29 2023 -0400 |
committer | GitHub <[email protected]> | Tue Aug 08 15:44:29 2023 -0400 |
tree | a706b514779e447f2c3b64c89f8fdac0649d6e60 | |
parent | 9800c40d503fff20ee31c5cbfca3b2a6fe7c7ed1 [diff] |
Update deps to support build with --incompatible_disable_starlark_host_transitions (#179) And to make sure we stay unbroken, add the flag to our ci config - which on Windows requires setting `BAZELISK_SHUTDOWN=1` to work around https://github.com/bazelbuild/continuous-integration/issues/1012 Fixes #145
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.