We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7741c commit 27c1b00Copy full SHA for 27c1b00
docs/make.jl
@@ -22,7 +22,7 @@ makedocs(modules=[ControlSystems, ControlSystemsBase],
22
format = Documenter.HTML(prettyurls = haskey(ENV, "CI")),
23
sitename="ControlSystems.jl",
24
pagesonly = true,
25
- draft = true,
+ draft = false,
26
pages=[
27
"Home" => "index.md",
28
"Introductory guide" => Any[
0 commit comments