Skip to content

Commit 09c299b

Browse files
authored
Update make.jl
1 parent 3080e9e commit 09c299b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/make.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
using Documenter
22

3+
repo_url = "github.com/control-toolbox/GeometricPreconditioner.jl"
4+
35
makedocs(;
46
warnonly=:cross_references,
57
sitename="Geometric preconditioner",
68
format=Documenter.HTML(;
9+
repolink = "https://"*repo_url,
710
prettyurls=false,
811
size_threshold_ignore=["2D-example.md"],
912
assets=[
@@ -19,5 +22,5 @@ makedocs(;
1922
)
2023

2124
deploydocs(;
22-
repo="github.com/control-toolbox/GeometricPreconditioner.jl.git", devbranch="main"
25+
repo=repo_url*".git", devbranch="main"
2326
)

0 commit comments

Comments
 (0)