We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86c75c commit 4517ab3Copy full SHA for 4517ab3
docs/make.jl
@@ -18,7 +18,7 @@ makedocs(
18
warnonly = [:cross_references, :autodocs_block],
19
sitename = "OptimalControl.jl",
20
format = Documenter.HTML(;
21
- repolink = "https://"*repo_url,
+ repolink = "https://" * repo_url,
22
prettyurls = false,
23
size_threshold_ignore = ["api-ctbase/types.md", "tutorial-plot.md"],
24
assets = [
@@ -64,6 +64,4 @@ makedocs(
64
],
65
)
66
67
-deploydocs(;
68
- repo=repo_url*".git", devbranch="main"
69
-)
+deploydocs(; repo = repo_url * ".git", devbranch = "main")
0 commit comments