Closed
Description
I have an extra page, say pages/my-page.md
. In it, I mention MyModule
, which is now a private module.
I don't want to warn on it. If I pass
skip_undefined_reference_warnings_on: ["MyModule"]
I still get the warning. The only way I found to silence it is to pass "pages/my-page.md"
altogether, which is not what I want because it silences all warnings. When I inspected ex_doc, the config.id
and config.module_id
were both nil
.
This might be a documentation problem, or a missing feature, or a bug. Not really sure. I'd love to help out more but I’m a lacking time at the moment 😉