useblocks / sphinx-bazel

Sphinx extension to read bazel files
http://sphinx-bazel.readthedocs.io/en/latest/
Apache License 2.0
11 stars 4 forks source link

sub-packages of packages #19

Open danwos opened 5 years ago

danwos commented 5 years ago

Not sure, but it looks like we do not support sub-package right now.

So a package B inside a package A can not be documented, when using:

.. autobazel-package:: //A

A :packages option is missing to document also //A/B.

However, direct access is working::


.. autobazel-package:: //A/B