Skip to content

Commit 24de383

Browse files
committed
use warnonly instead of checkdocs in makedocs
1 parent 4a434ca commit 24de383

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
@@ -11,7 +11,7 @@ Documenter.makedocs(;
1111
highlightsig = true,
1212
sitename = "Coding Theory Documentation",
1313
expandfirst = [],
14-
checkdocs = :none,
14+
warnonly = [:missing_docs],
1515
pages = ["Introduction" => "index.md",
1616
"Tutorials" => [
1717
"Tutorials/Linear Codes.md",

0 commit comments

Comments
 (0)