Skip to content

Commit 9e74144

Browse files
authored
Build docs in strict mode (#138)
1 parent d1ac981 commit 9e74144

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ makedocs(
1111
"Performance" => "performance.md",
1212
"Development" => "todo.md",
1313
"Appendix" => "appendix.md",
14-
]
14+
],
15+
strict = true,
1516
)
1617

1718
deploydocs(

0 commit comments

Comments
 (0)