Skip to content

Commit

Permalink
Merge pull request #144 from Feuerlabs/uw-add-ex_doc
Browse files Browse the repository at this point in the history
Add ex_doc config to rebar.config
  • Loading branch information
uwiger authored Feb 17, 2024
2 parents 6628291 + 7da9b60 commit cb8ab17
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 cb8ab17

Please sign in to comment.