We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0025744 commit eb9b551Copy full SHA for eb9b551
1 file changed
docs/make.jl
@@ -14,8 +14,9 @@ makedocs(
14
clean=true, doctest=false,
15
warnonly = [:footnote],
16
format=Documenter.HTML(#analytics = "UA-90474609-3",
17
+ size_threshold=1_000_000,
18
assets=["assets/favicon.ico"],
- canonical="https://benchmarks.sciml.ai/stable/"),
19
+ canonical="https://docs.sciml.ai/SciMLBenchmarksOutput/stable/"),
20
pages=pages
21
)
22
0 commit comments