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.
2 parents f4bd67d + 994f43b commit 523dee2Copy full SHA for 523dee2
docs/make.jl
@@ -6,7 +6,7 @@ makedocs(;
6
warnonly=:cross_references,
7
sitename="Geometric preconditioner",
8
format=Documenter.HTML(;
9
- repolink = "https://"*repo_url,
+ repolink="https://" * repo_url,
10
prettyurls=false,
11
size_threshold_ignore=["2D-example.md"],
12
assets=[
@@ -21,6 +21,4 @@ makedocs(;
21
],
22
)
23
24
-deploydocs(;
25
- repo=repo_url*".git", devbranch="main"
26
-)
+deploydocs(; repo=repo_url * ".git", devbranch="main")
0 commit comments