Skip to content

Commit

Permalink
khepri.app: Add the doc property
Browse files Browse the repository at this point in the history
Currently, publishing the library documentation to Hex.pm shows the
following warning:

    No valid hex docs configuration found. Docs will will not be generated

I'm not sure what to do about this. According to erlef/rebar3_hex#250,
adding this property fixes or at least works around the message. We'll
how it goes with the next release.
  • Loading branch information
dumbbell committed Nov 4, 2021
1 parent ef7332d commit fe9f985
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/khepri.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@

{licenses, ["Apache 2.0"]},
{links, [{"GitHub", "https://github.com/rabbitmq/khepri"}]},
{build_tools, ["rebar3", "mix"]}
{build_tools, ["rebar3", "mix"]},
{doc, "doc"}
]}.

0 comments on commit fe9f985

Please sign in to comment.