Skip to content

Commit 36b1809

Browse files
authored
Update make.jl
1 parent 2e73a80 commit 36b1809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

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

103103
makedocs(;
104-
draft=true, # if draft is true, then the julia code from .md is not executed
104+
draft=false, # if draft is true, then the julia code from .md is not executed
105105
# to disable the draft mode in a specific markdown file, use the following:
106106
# ```@meta
107107
# Draft = false

0 commit comments

Comments
 (0)