Skip to content

Commit ebc4d67

Browse files
Update Make.jl to fix the docs edit button
1 parent 7030898 commit ebc4d67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ DocMeta.setdocmeta!(Combinatorics, :DocTestSetup, :(using Combinatorics); recurs
55

66
makedocs(
77
sitename="Combinatorics.jl",
8-
repo="github.com/JuliaMath/Combinatorics.jl/",
98
format = Documenter.HTML(
109
prettyurls = get(ENV, "CI", nothing) == "true"
1110
),
1211
pages = ["index.md", "api.md"]
1312
)
1413

1514
deploydocs(;
16-
repo="github.com/JuliaMath/Combinatorics.jl",
15+
repo="github.com/JuliaMath/Combinatorics.jl.git",
1716
devbranch="master",
1817
)

0 commit comments

Comments
 (0)