Changelog

0.1.6

  • Bugfix: Be compliant with Sphinx >= 3.0

0.1.5

  • Bugfix: No crash, if objects do not have expected sub-attributes. E.g. rules do not have attributes.

0.1.4

  • Bugfix: Various smaller bug fixes.

0.1.3

0.1.2

  • Improvement: Added raw to stop rendering doc_strings.
  • Improvement: Added show_type for autobazel and show_type for the domain to show the type of the object as prefix.
  • Bugfix: Several minor fixes to get a stable parsing of bazel-files.

0.1.1

  • Improvement: Added bazel:attribute to document rule attributes
  • Improvement: Added autobazel-attribute to automatically load attributes
  • Improvement: Option attributes added to print attributes
  • Improvement: Options invocation and show_invocation added to define and show invocations strings for rules, macros and implementations.
  • Improvement: Option name added to define specific workspace names
  • Improvement: Option path added to support documentation of Bazel objects without a valid workspace (#6)
  • Bugfix: Better warnings, if package not found (#13)
  • Bugfix: No Python file parsing anymore (#10)
  • Bugfix: WORKSPACE file can be empty (#5)

0.1.0

  • Initial version