jelly-beam / rebar3_ex_doc

rebar3 plugin for generating docs with ex_doc
Apache License 2.0
43 stars 13 forks source link

Make specifying --package optional #16

Closed weiss closed 1 year ago

weiss commented 2 years ago

I use ExDoc for documenting a "top-level" application (as opposed to a library to be used by others) which isn't published to Hex. Therefore, it would be nice if there was a way to avoid specifying the --package argument, which adds links to Hex.pm.

starbelly commented 2 years ago

That makes sense to me. What we could do is move the responsibility of setting --package from this plugin to rebar3_hex.

starbelly commented 1 year ago

This is old, but not forgotten. I think what would be better is add an option for this plugin {no_package, true} or something similar, then rebar3_hex doesn't have concern itself with particulars of this plugin.

Thoughts?

weiss commented 1 year ago

I think what would be better is add an option for this plugin {no_package, true} or something similar

Sounds good to me :+1: