Skip to content

Commit f6bf3b6

Browse files
committed
fix time dependence test
1 parent 3512dc7 commit f6bf3b6

6 files changed

Lines changed: 135 additions & 115 deletions

File tree

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
1111
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1212
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
1313
NLPModelsIpopt = "f4238b75-b362-5c4c-b852-0801c9a21d71"
14+
OptimalControl = "5f98b655-cc9a-415a-b60e-744165666948"
1415
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
1516
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1617
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cp("./docs/Project.toml", "./docs/src/assets/Project.toml"; force=true)
2121
repo_url = "github.com/control-toolbox/OptimalControl.jl"
2222

2323
makedocs(;
24-
draft=false, # if draft is true, then the julia code from .md is not executed
24+
draft=true, # if draft is true, then the julia code from .md is not executed
2525
# to disable the draft mode in a specific markdown file, use the following:
2626
# ```@meta
2727
# Draft = false

0 commit comments

Comments
 (0)