Skip to content

Commit

Permalink
Update to Documenter v1
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz authored and fhagemann committed Dec 23, 2024
1 parent 17e46fd commit 4224d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Documenter = "0.27"
Documenter = "1"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ makedocs(
doctest = ("fixdoctests" in ARGS) ? :fix : true,
format = Documenter.HTML(canonical = "https://JuliaPhysics.github.io/SolidStateDetectors.jl/stable/", prettyurls = !("local" in ARGS)),
linkcheck = ("linkcheck" in ARGS),
strict = !("local" in ARGS),
warnonly = ("nonstrict" in ARGS),
)

deploydocs(
Expand Down

0 comments on commit 4224d31

Please sign in to comment.