Skip to content

Commit 189c174

Browse files
authored
Merge pull request #359 from control-toolbox/auto-juliaformatter-pr
[AUTO] JuliaFormatter.jl run
2 parents b86c75c + 4517ab3 commit 189c174

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/make.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ makedocs(
1818
warnonly = [:cross_references, :autodocs_block],
1919
sitename = "OptimalControl.jl",
2020
format = Documenter.HTML(;
21-
repolink = "https://"*repo_url,
21+
repolink = "https://" * repo_url,
2222
prettyurls = false,
2323
size_threshold_ignore = ["api-ctbase/types.md", "tutorial-plot.md"],
2424
assets = [
@@ -64,6 +64,4 @@ makedocs(
6464
],
6565
)
6666

67-
deploydocs(;
68-
repo=repo_url*".git", devbranch="main"
69-
)
67+
deploydocs(; repo = repo_url * ".git", devbranch = "main")

0 commit comments

Comments
 (0)