We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d85505 + b192293 commit 8e5db34Copy full SHA for 8e5db34
docs/make.jl
@@ -18,9 +18,11 @@ repo_url = "github.com/AnasXbouali/SIRcontrol.jl"
18
makedocs(;
19
draft=false, # if draft is true, then the julia code from .md is not executed
20
# to disable the draft mode in a specific markdown file, use the following:
21
- # ```@meta
22
- # Draft = false
23
- # ```
+#=
+```@meta
+Draft = false
24
+```
25
+=#
26
remotes=nothing,
27
warnonly=:cross_references,
28
sitename="SIRcontrol",
0 commit comments