Skip to content

Commit 1e33fa1

Browse files
Automatic build\nPublished by build of: SciML/SciMLBenchmarks.jl@ec11d43
1 parent 8c6ed62 commit 1e33fa1

8 files changed

Lines changed: 1702 additions & 2 deletions

docs/make.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ makedocs(
1111
sitename="The SciML Benchmarks",
1212
authors="Chris Rackauckas",
1313
modules=[SciMLBenchmarksOutput],
14-
clean=true, doctest=false,
14+
clean=true, doctest=false, warnonly=[:footnote],
1515
format=Documenter.HTML(#analytics = "UA-90474609-3",
1616
assets=["assets/favicon.ico"],
17-
canonical="https://benchmarks.sciml.ai/stable/"),
17+
canonical="https://benchmarks.sciml.ai/stable/",
18+
size_threshold=nothing),
1819
pages=pages
1920
)
2021

0 commit comments

Comments
 (0)