Skip to content

Commit 8e5db34

Browse files
authored
Merge pull request AnasXbouali#18 from control-toolbox/main
Up
2 parents 8d85505 + b192293 commit 8e5db34

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/make.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ repo_url = "github.com/AnasXbouali/SIRcontrol.jl"
1818
makedocs(;
1919
draft=false, # if draft is true, then the julia code from .md is not executed
2020
# to disable the draft mode in a specific markdown file, use the following:
21-
# ```@meta
22-
# Draft = false
23-
# ```
21+
#=
22+
```@meta
23+
Draft = false
24+
```
25+
=#
2426
remotes=nothing,
2527
warnonly=:cross_references,
2628
sitename="SIRcontrol",

0 commit comments

Comments
 (0)