Skip to content

Commit c8477c8

Browse files
authored
Try building the docs with strict = true
1 parent 0611da1 commit c8477c8

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
@@ -5,7 +5,8 @@ makedocs(
55
sitename = "SparseArrays",
66
pages = Any[
77
"SparseArrays" => "index.md"
8-
]
8+
];
9+
strict = true,
910
)
1011

1112
deploydocs(repo = "github.com/JuliaLang/SparseArrays.jl.git")

0 commit comments

Comments
 (0)