Skip to content

Commit

Permalink
Update Make.jl to fix the docs edit button
Browse files Browse the repository at this point in the history
  • Loading branch information
logankilpatrick authored Nov 1, 2021
1 parent 7030898 commit ebc4d67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ DocMeta.setdocmeta!(Combinatorics, :DocTestSetup, :(using Combinatorics); recurs

makedocs(
sitename="Combinatorics.jl",
repo="github.com/JuliaMath/Combinatorics.jl/",
format = Documenter.HTML(
prettyurls = get(ENV, "CI", nothing) == "true"
),
pages = ["index.md", "api.md"]
)

deploydocs(;
repo="github.com/JuliaMath/Combinatorics.jl",
repo="github.com/JuliaMath/Combinatorics.jl.git",
devbranch="master",
)

0 comments on commit ebc4d67

Please sign in to comment.