We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fbfb2 commit 4acc7beCopy full SHA for 4acc7be
1 file changed
docs/make.jl
@@ -128,11 +128,6 @@ Draft = false
128
```
129
=#
130
makedocs(;
131
- #draft=true, # if draft is true, then the julia code from .md is not executed # debug
132
- # to disable the draft mode in a specific markdown file, use the following:
133
- # ```@meta
134
- # Draft = false
135
- # ```
136
draft=false,
137
#warnonly=[:cross_references, :autodocs_block],
138
sitename="OptimalControl.jl",
0 commit comments