You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documenter v1.2.0 throws a warning when encountering the CurrentModule keyword in a @meta block,
although the keyword still seem to exist and work as before (and is still shown in the documentation):
┌ Warning: In src/index.md:1-3: `@meta` block has an unsupported keyword argument: CurrentModule
└ @ Documenter ~/.julia/packages/Documenter/ifiMq/src/expander_pipeline.jl:298
The warning occurs for each document containing something like this:
Documenter v1.2.0 throws a warning when encountering the
CurrentModule
keyword in a@meta
block,although the keyword still seem to exist and work as before (and is still shown in the documentation):
The warning occurs for each document containing something like this:
I think this might be a typo in
https://github.com/JuliaDocs/Documenter.jl/blob/master/src/expander_pipeline.jl#L296
The code checks against
:Currentmodule
instead of:CurrentModule
before generating the warning.The text was updated successfully, but these errors were encountered: