Skip to content

mathengine #1910

@ArnoStrouwen

Description

@ArnoStrouwen

Why is mathengine passed in the middle of keywords?
I don't understand how documentation building is even working, there is not supposed to be a method for this?

makedocs(sitename = "ModelingToolkit.jl",
authors = "Chris Rackauckas",
modules = [ModelingToolkit],
clean = true, doctest = false,
strict = [
:doctest,
:linkcheck,
:parse_error,
:example_block,
# Other available options are
# :autodocs_block, :cross_references, :docs_block, :eval_block, :example_block, :footnote, :meta_block, :missing_docs, :setup_block
],
format = Documenter.HTML(; analytics = "UA-90474609-3",
assets = ["assets/favicon.ico"],
mathengine,
canonical = "https://mtk.sciml.ai/stable/",
prettyurls = (get(ENV, "CI", nothing) == "true")),
pages = pages)

https://juliadocs.github.io/Documenter.jl/stable/lib/internals/writers/#Documenter.Writers.HTMLWriter.HTML

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions