Skip to content

Commit

Permalink
update docs/make.jl for compatibility with Documenter v1
Browse files Browse the repository at this point in the history
  • Loading branch information
schrimpf committed Oct 4, 2023
1 parent bd6d44c commit bfe3c8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
VectorizedRNG = "33b4df10-0173-11e9-2a0c-851a7edac40e"

[compat]
Documenter = "1"
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ using Documenter
makedocs(;
modules = [VectorizedRNG],
authors = "Chris Elrod",
repo = "https://github.com/JuliaSIMD/VectorizedRNG.jl/blob/{commit}{path}#L{line}",
repo = Remotes.GitHub("JuliaSIMD","VectorizedRNG.jl"),
sitename = "VectorizedRNG.jl",
format = Documenter.HTML(;
prettyurls = get(ENV, "CI", "false") == "true",
canonical = "https://JuliaSIMD.github.io/VectorizedRNG.jl",
assets = String[]
),
pages = ["Home" => "index.md"],
strict = false
warnonly = true
)

deploydocs(; repo = "github.com/JuliaSIMD/VectorizedRNG.jl")

0 comments on commit bfe3c8f

Please sign in to comment.