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 2e73a80 commit 36b1809Copy full SHA for 36b1809
docs/make.jl
@@ -101,7 +101,7 @@ cp("./docs/Project.toml", "./docs/src/assets/Project.toml"; force=true)
101
repo_url = "github.com/control-toolbox/OptimalControl.jl"
102
103
makedocs(;
104
- draft=true, # if draft is true, then the julia code from .md is not executed
+ draft=false, # if draft is true, then the julia code from .md is not executed
105
# to disable the draft mode in a specific markdown file, use the following:
106
# ```@meta
107
# Draft = false
0 commit comments