We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9957eaf commit ac3bbb0Copy full SHA for ac3bbb0
mix.exs
@@ -30,7 +30,7 @@ defmodule Qex.Mixfile do
30
end
31
32
defp deps do
33
- [{:ex_doc, ">= 0.0.0", only: :dev}]
+ [{:ex_doc, ">= 0.0.0", only: :docs, runtime: false}]
34
35
36
defp description do
0 commit comments