We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f350938 commit d9fbfb2Copy full SHA for d9fbfb2
1 file changed
docs/make.jl
@@ -128,12 +128,12 @@ Draft = false
128
```
129
=#
130
makedocs(;
131
- draft=true, # if draft is true, then the julia code from .md is not executed # debug
+ #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,
+ draft=false,
137
#warnonly=[:cross_references, :autodocs_block],
138
sitename="OptimalControl.jl",
139
format=Documenter.HTML(;
0 commit comments