We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28fa79b commit db1bda4Copy full SHA for db1bda4
docs/make.jl
@@ -25,7 +25,7 @@ makedocs(sitename = "ModelingToolkit.jl",
25
clean = true, doctest = false, linkcheck = true,
26
warnonly = [:docs_block, :missing_docs, :cross_references],
27
linkcheck_ignore = ["https://epubs.siam.org/doi/10.1137/0903023"],
28
- format = Documenter.HTML(; analytics = "UA-90474609-3",
+ format = Documenter.HTML(;
29
assets = ["assets/favicon.ico"],
30
mathengine,
31
canonical = "https://docs.sciml.ai/ModelingToolkit/stable/",
0 commit comments