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 dbdae9b commit b207324Copy full SHA for b207324
docs/make.jl
@@ -3,7 +3,7 @@ import GR # Bug with world age in Plots.jl, see https://github.com/JuliaPlots/Pl
3
4
include("src/makeplots.jl")
5
6
-makedocs(modules=[ControlSystems])
+makedocs(modules=[ControlSystems], format=:html, sitename="ControlSystems")
7
8
# If not running travis, generate the plots here, even if we are not deploying
9
if get(ENV, "TRAVIS", "") == ""
@@ -15,14 +15,11 @@ end
15
function myDeps()
16
if get(ENV, "TRAVIS", "") != ""
17
println("Installing deploy dependencies")
18
- run(`pip install --user pygments mkdocs`)
19
makePlots()
20
end
21
22
23
deploydocs(
24
repo = "github.com/JuliaControl/ControlSystems.jl.git",
25
- latest = "master",
26
- julia = "1.0",
27
deps = myDeps
28
)
0 commit comments