Disable mix docs for now

Because of https://github.com/elixir-lang/ex_doc/issues/1172

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-04 10:58:27 +02:00
parent b0b0c3976e
commit 42f07c17e5
10 changed files with 94 additions and 93 deletions

View File

@@ -637,8 +637,8 @@ defmodule Mobilizon.Events do
## Examples
iex> get_participant(123)
%Participant{}
iex> get_participant(123)
%Participant{}
iex> get_participant(456)
nil
@@ -712,8 +712,8 @@ defmodule Mobilizon.Events do
## Examples
iex> get_participant!(123, 19)
%Participant{}
iex> get_participant!(123, 19)
%Participant{}
iex> get_participant!(456, 5)
** (Ecto.NoResultsError)