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 3080e9e commit 09c299bCopy full SHA for 09c299b
docs/make.jl
@@ -1,9 +1,12 @@
1
using Documenter
2
3
+repo_url = "github.com/control-toolbox/GeometricPreconditioner.jl"
4
+
5
makedocs(;
6
warnonly=:cross_references,
7
sitename="Geometric preconditioner",
8
format=Documenter.HTML(;
9
+ repolink = "https://"*repo_url,
10
prettyurls=false,
11
size_threshold_ignore=["2D-example.md"],
12
assets=[
@@ -19,5 +22,5 @@ makedocs(;
19
22
)
20
23
21
24
deploydocs(;
- repo="github.com/control-toolbox/GeometricPreconditioner.jl.git", devbranch="main"
25
+ repo=repo_url*".git", devbranch="main"
26
0 commit comments