Update dependencies to fix incompatible changes (#133)

Tested:
  bazel test //... --all_incompatible_changes --incompatible_disable_deprecated_attr_params=false

The only remaining issue is a file included in Bazel.
1 file changed
tree: e0d81f4eae10ab5fc728df4af8cdabd3e2e9f1d0
  1. .bazelci/
  2. site/
  3. skydoc/
  4. skylark/
  5. stardoc/
  6. test/
  7. .gitignore
  8. AUTHORS
  9. BUILD
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. LICENSE
  13. README.md
  14. serve-docs.sh
  15. setup.bzl
  16. skydoc-screenshot.png
  17. 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