Skip to content

Commit 7a11f0b

Browse files
committed
Use Documenter Remotes object
1 parent c853749 commit 7a11f0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
using GreenFunc
22
using Documenter
3+
using Documenter.Remotes: GitHub
34

45
DocMeta.setdocmeta!(GreenFunc, :DocTestSetup, :(using GreenFunc); recursive=true)
56

67
makedocs(;
78
modules=[GreenFunc],
89
authors="Kun Chen, Tao Wang, Xiansheng Cai, PengCheng Hou, and Zhiyi Li",
9-
repo="https://github.com/numericaleft/GreenFunc.jl/blob/{commit}{path}#{line}",
10+
repo=GitHub("numericaleft/GreenFunc.jl"),
1011
sitename="GreenFunc.jl",
1112
format=Documenter.HTML(;
1213
prettyurls=get(ENV, "CI", "false") == "true",

0 commit comments

Comments
 (0)