Skip to content

Commit 9641ce6

Browse files
Merge pull request #17 from ChrisRackauckas-Claude/fix/documenter-footnote-robustness
Fix footnote error and add warnonly for robustness
2 parents a618116 + fd5a4a8 commit 9641ce6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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)