-
-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Description
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?
ModelingToolkit.jl/docs/make.jl
Lines 15 to 33 in 8f78440
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
Labels
No labels