commit | 03eb7ce460e3aa54fee1f4fac8fa6bfc3d7294f2 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Wed Sep 04 14:45:11 2024 -0400 |
committer | GitHub <noreply@github.com> | Wed Sep 04 14:45:11 2024 -0400 |
tree | 67875ed7f05ea043082c7f7ce25e40f94deac4fb | |
parent | 2100c63ca234836bd600800587076860a6973918 [diff] |
Fix CI since --enable_workspace is now disabled by default in Bazel HEAD (#251) This means we need to enable workspace explicitly for legacy workspace tests - and mark local_repository_test as a legacy workspace test. Fixes https://github.com/bazelbuild/stardoc/issues/250
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.