tsloughter / beamup

Install and control active BEAM languages and components
https://tsloughter.github.io/beamup/
Apache License 2.0
48 stars 2 forks source link

fix: do not attempt to install docs for now #33

Closed tsloughter closed 2 months ago

tsloughter commented 2 months ago

Erlang docs now require ex_doc be installed. For now we will just not install docs so that build works for people without ex_doc and will add it back with a check for ex_doc that will skip and warn if not found.

Fixes #32