Skip to content

Commit

Permalink
fixed the make file for the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasvillani committed Dec 28, 2023
1 parent 46b4b22 commit 8690ea2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ using Documenter
DocMeta.setdocmeta!(GeneralizedBeta1Distribution, :DocTestSetup, :(using GeneralizedBeta1Distribution); recursive=true)

makedocs(;
sitename="GeneralizedBeta1Distribution.jl",
modules=[GeneralizedBeta1Distribution],
authors="Mattias Villani",
repo="https://github.com/mattiasvillani/GeneralizedBeta1Distribution.jl/blob/{commit}{path}#{line}",
sitename="GeneralizedBeta1Distribution.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://mattiasvillani.github.io/GeneralizedBeta1Distribution.jl",
Expand All @@ -21,5 +20,4 @@ makedocs(;

deploydocs(;
repo="github.com/mattiasvillani/GeneralizedBeta1Distribution.jl",
devbranch="main",
)

0 comments on commit 8690ea2

Please sign in to comment.