Skip to content

Commit

Permalink
Merge pull request #2 from anton083/dev
Browse files Browse the repository at this point in the history
Update make.jl
  • Loading branch information
AntonOresten authored Aug 13, 2023
2 parents f310896 + 0a01be7 commit 61be85e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@ DocMeta.setdocmeta!(VectorizedKmers, :DocTestSetup, :(using VectorizedKmers); re

makedocs(;
modules = [VectorizedKmers],
authors = "Anton O. Sollman",
repo = "https://github.com/anton083/VectorizedKmers.jl/blob/{commit}{path}#{line}",
sitename = "VectorizedKmers.jl",
doctest = true,
format = Documenter.HTML(;
prettyurls = get(ENV, "CI", "false") == "true",
edit_link = "main",
assets = String[],
),
sitename = "VectorizedKmers.jl",
doctest = true,
pages = [
"Home" => "index.md",
],
authors = "Anton O. Sollman",
checkdocs = :all,
)

Expand Down

0 comments on commit 61be85e

Please sign in to comment.