Skip to content

Commit

Permalink
Removed extras from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMair committed Dec 15, 2023
1 parent 77879e4 commit fb42784
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ DocMeta.setdocmeta!(Experimenter, :DocTestSetup, :(using Experimenter); recursiv
makedocs(;
modules=[Experimenter],
authors="Jamie Mair <[email protected]> and contributors",
repo="https://github.com/JamieMair/Experimenter.jl/blob/{commit}{path}#{line}",
sitename="Experimenter.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://JamieMair.github.io/Experimenter.jl",
edit_link="main",
assets=String[],
),
pages=[
Expand All @@ -26,6 +24,5 @@ makedocs(;
)

deploydocs(;
repo="github.com/JamieMair/Experimenter.jl",
devbranch="main",
repo="github.com/JamieMair/Experimenter.jl"
)

0 comments on commit fb42784

Please sign in to comment.