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.
2 parents a618116 + fd5a4a8 commit 9641ce6Copy full SHA for 9641ce6
docs/make.jl
@@ -11,10 +11,11 @@ makedocs(
11
sitename="The SciML Benchmarks",
12
authors="Chris Rackauckas",
13
modules=[SciMLBenchmarksOutput],
14
- clean=true, doctest=false,
+ clean=true, doctest=false, warnonly=[:footnote],
15
format=Documenter.HTML(#analytics = "UA-90474609-3",
16
assets=["assets/favicon.ico"],
17
- canonical="https://benchmarks.sciml.ai/stable/"),
+ canonical="https://benchmarks.sciml.ai/stable/",
18
+ size_threshold=nothing),
19
pages=pages
20
)
21
0 commit comments