fix: strip_prefix option cannot be empty (#114)

Since https://github.com/bazelbuild/skydoc/commit/7c9051f91a4683d1374114cefab260488e19f32a, Skydoc does no longer build without the `strip_prefix` option because there is no default value anymore.
1 file changed
tree: 17b1907b540f5caee80797fb5179a47a9e540158
  1. .bazelci/
  2. site/
  3. skydoc/
  4. skylark/
  5. test/
  6. .gitignore
  7. AUTHORS
  8. BUILD
  9. CONTRIBUTING.md
  10. CONTRIBUTORS
  11. LICENSE
  12. README.md
  13. serve-docs.sh
  14. skydoc-screenshot.png
  15. WORKSPACE
README.md

Skydoc - Skylark Documentation Generator

Build status

Skydoc is a documentation generator for Bazel build rules written in Skylark.

Skydoc provides a Skylark rule (skylark_doc) that can be used to build documentation for Skylark rules in either Markdown or HTML. Skydoc generates one documentation page per .bzl file.

NOTE: skylark_library's implementation has moved to Skylib.

A screenshot of Skydoc generated HTML documentation

Get Started

About Skydoc