Skip to content

Commit

Permalink
Update ex_doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Aug 24, 2022
1 parent e142292 commit 38a19ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
4 changes: 0 additions & 4 deletions docs.config

This file was deleted.

20 changes: 10 additions & 10 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,7 @@
]},
{prod, [
{erl_opts, [inline_list_funcs, deterministic]}
]},
{docs, [
{edoc_opts, [
{private, true},
{preprocess, true},
{doclet, edoc_doclet_chunks},
{layout, edoc_layout_chunks},
{dir, "_build/default/lib/segmented_cache/doc"}
]}
]}
]}
]}.

%% take out warnings for unused exported functions
Expand All @@ -42,3 +33,12 @@
deprecated_function_calls,
deprecated_functions
]}.

{hex, [
{doc, #{provider => ex_doc}}
]}.
{ex_doc, [
{source_url, <<"https://github.com/esl/segmented_cache">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"readme">>}
]}.

0 comments on commit 38a19ef

Please sign in to comment.