Skip to content

Commit 4bf827a

Browse files
authored
Merge pull request #92 from jeremylt/jeremy/strict-docs
Build docs strict
2 parents 5216d07 + 896fcac commit 4bf827a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ makedocs(
2323
bib,
2424
modules = [LFAToolkit],
2525
clean = false,
26-
# strict = true, Bug: https://github.com/JuliaDocs/Documenter.jl/issues/1883
26+
strict = true,
2727
sitename = "LFAToolkit.jl",
2828
authors = "Jed Brown, Adeleke Bankole, and Jeremy L Thompson",
2929
format = Documenter.HTML(

0 commit comments

Comments
 (0)