We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6769e21 commit e8d235bCopy full SHA for e8d235b
1 file changed
docs/make.jl
@@ -34,9 +34,11 @@ repo_url = "github.com/control-toolbox/Tutorials.jl"
34
makedocs(;
35
draft=false, # if draft is true, then the julia code from .md is not executed
36
# to disable the draft mode in a specific markdown file, use the following:
37
- # ```@meta
38
- # Draft = false
39
- # ```
+#=
+```@meta
+Draft = false
40
+```
41
+=#
42
warnonly=[:cross_references, :autodocs_block],
43
sitename="Tutorials",
44
format=Documenter.HTML(;
0 commit comments