Skip to content

Commit

Permalink
Add ex_doc config to rebar.config
Browse files Browse the repository at this point in the history
  • Loading branch information
uwiger committed Feb 17, 2024
1 parent 6628291 commit 7da9b60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
{setup, "2.1.0"}
]}.

{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, "https://github.com/Feuerlabs/exometer_core"},
{extras, ["README.md", "LICENSE"]},
{main, "readme"}]}.

{profiles,
[
{test, [{deps, [{meck, "0.9.2"}]},
Expand Down

0 comments on commit 7da9b60

Please sign in to comment.