Skip to content

Commit

Permalink
Update for Documenter v1 (#111)
Browse files Browse the repository at this point in the history
* update the compat version of Documenter

* enable `warnonly=true` for now
  • Loading branch information
hyrodium authored Jul 8, 2024
1 parent 90b0691 commit 6cc8bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"

[compat]
Documenter = "0.26"
Documenter = "1"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ makedocs(sitename = "ImageFeatures",
],
"Function reference" => "function_reference.md",
],
warnonly = true, # TODO: add docstrings and remove this line
)

deploydocs(repo = "github.com/JuliaImages/ImageFeatures.jl.git",
Expand Down

0 comments on commit 6cc8bc4

Please sign in to comment.