-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on Elixir 1.15.2/Erlang 26.0.2 Umbrella #1733
Comments
I has having another problem with dialyzer jeremyjh/dialyxir#508 , and their solution was to add dialyzer to each child app. I tried that here and now I don't get the same error, but I'm getting an error for one of my apps |
Did you add ExDoc to child projects or to the root? Are you invoking it from the root or the child projects? How have you specified it? |
Sorry, I originally had Then I thought I'd add ex doc to each child, so I added |
I cannot reproduce the error. |
Ah, I incorrectly assumed that running |
Yeah, perhaps we could implement this feature, but it certainly isn't one we support right now. :) |
Generating an aggregate docset at the root would definitely be of interest. An pointers on what would be required to explore this? |
I have ex doc in the root mix.exs file, and I've upgraded to 0.30.1. I'm getting an error that the makeup application isn't available when trying to run
mix docs
:The text was updated successfully, but these errors were encountered: