Skip to content

Commit e8d235b

Browse files
authored
Update make.jl
1 parent 6769e21 commit e8d235b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/make.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ repo_url = "github.com/control-toolbox/Tutorials.jl"
3434
makedocs(;
3535
draft=false, # if draft is true, then the julia code from .md is not executed
3636
# to disable the draft mode in a specific markdown file, use the following:
37-
# ```@meta
38-
# Draft = false
39-
# ```
37+
#=
38+
```@meta
39+
Draft = false
40+
```
41+
=#
4042
warnonly=[:cross_references, :autodocs_block],
4143
sitename="Tutorials",
4244
format=Documenter.HTML(;

0 commit comments

Comments
 (0)