Skip to content

Commit

Permalink
update doc make
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanBieler committed Jan 5, 2023
1 parent e18f2bf commit d70828e
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
using Documenter
using BioMart

makedocs(
sitename = "BioMart",
format = Documenter.HTML(),
modules = [BioMart]
makedocs(;
modules=[BioMart],
authors="Jonathan Bieler <[email protected]> and contributors",
repo="https://github.com/jonathanBieler/BioMart.jl/blob/{commit}{path}#{line}",
sitename="BioMart.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://jonathanBieler.github.io/BioMart.jl",
assets=String[],
),
pages=[
"Home" => "index.md",
],
)

deploydocs(;
repo="github.com/jonathanBieler/BioMart.jl",
devbranch="main",
)

0 comments on commit d70828e

Please sign in to comment.