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 bf461bb commit 51e1e11
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ using Documenter
using DocumenterMermaid
using CTFlows

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

makedocs(;
sitename="CTFlows.jl",
format=Documenter.HTML(;
repolink = "https://"*repo_url,
prettyurls=false,
assets=[
asset("https://control-toolbox.org/assets/css/documentation.css"),
Expand All @@ -14,4 +17,6 @@ makedocs(;
pages=["Introduction" => "index.md", "API" => "api.md", "Developers" => "dev.md"],
)

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

0 comments on commit 51e1e11

Please sign in to comment.