Skip to content

Commit 9c18dad

Browse files
authored
Update make.jl
1 parent ff506da commit 9c18dad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/make.jl

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ using Documenter
22
using CTBase
33
using DocumenterMermaid
44

5+
repo_url = "github.com/control-toolbox/CTBase.jl"
6+
57
makedocs(;
68
warnonly = [:cross_references, :autodocs_block],
79
sitename = "CTBase.jl",
810
format = Documenter.HTML(
11+
repolink = "https://"*repo_url,
912
prettyurls = false,
1013
size_threshold_ignore = ["api.md", "dev.md"],
1114
assets = [
@@ -17,4 +20,6 @@ makedocs(;
1720
checkdocs = :none,
1821
)
1922

20-
deploydocs(repo = "github.com/control-toolbox/CTBase.jl.git", devbranch = "main")
23+
deploydocs(;
24+
repo=repo_url*".git", devbranch="main"
25+
)

0 commit comments

Comments
 (0)