Skip to content

Commit fe79003

Browse files
authored
fix documentation (#51)
1 parent 12a3994 commit fe79003

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
name = "DynamicSparseArrays documentation"
2+
13
[deps]
24
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
5+
DynamicSparseArrays = "8086fd22-9a0c-46a5-a6c8-6e24676501fe"

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ makedocs(
66
format = Documenter.HTML(
77
prettyurls = get(ENV, "CI", nothing) == "true",
88
),
9+
warnonly = true,
910
pages = Any[
1011
"Introduction" => "index.md",
1112
"Sparse Vector" => "vector.md",

0 commit comments

Comments
 (0)