Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored Sep 10, 2024
1 parent 3080e9e commit 09c299b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
using Documenter

repo_url = "github.com/control-toolbox/GeometricPreconditioner.jl"

makedocs(;
warnonly=:cross_references,
sitename="Geometric preconditioner",
format=Documenter.HTML(;
repolink = "https://"*repo_url,
prettyurls=false,
size_threshold_ignore=["2D-example.md"],
assets=[
Expand All @@ -19,5 +22,5 @@ makedocs(;
)

deploydocs(;
repo="github.com/control-toolbox/GeometricPreconditioner.jl.git", devbranch="main"
repo=repo_url*".git", devbranch="main"
)

0 comments on commit 09c299b

Please sign in to comment.