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

Support autobazel with `repository_rule`s #25

Open adamtheturtle opened 3 years ago

adamtheturtle commented 3 years ago

I have a repository_rule as per https://docs.bazel.build/versions/master/skylark/repository_rules.html.

It seems impossible to use autobazel to document this.

danwos commented 3 years ago

Thanks for the issue. To be honest I have absolutely no idea when I find some time to fix this or enhance the lib, as I have currently no project which is using Bazel.

So if you like to support here, you are strongly welcome.

adamtheturtle commented 3 years ago

Thanks - no promises just yet - for now just issues and maybe minor patches but if possible I'll try to contribute properly!