We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As mentioned in #756 (comment), Documenter and Literate have a new incompatibility (possibly related to Julia v1.10?).
Documenter
Literate
[ Info: ExpandTemplates: expanding markdown templates. ERROR: LoadError: AssertionError: length(exs) == 2 * length(results) Stacktrace: [1] parseblock(code::String, doc::Documenter.Document, file::String; skip::Int64, keywords::Bool, raise::Bool, linenumbernode::LineNumberNode) @ Documenter ~/.julia/packages/Documenter/1HwWe/src/utilities/utilities.jl:167
The text was updated successfully, but these errors were encountered:
Merge pull request #758 from JuliaReach/schillic/757
b44929c
#757 - Fix invalid comments in examples
schillic
Successfully merging a pull request may close this issue.
As mentioned in #756 (comment),
Documenter
andLiterate
have a new incompatibility (possibly related to Julia v1.10?).The text was updated successfully, but these errors were encountered: