Skip to content

Commit b207324

Browse files
committed
Testing docs deployment
1 parent dbdae9b commit b207324

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/make.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import GR # Bug with world age in Plots.jl, see https://github.com/JuliaPlots/Pl
33

44
include("src/makeplots.jl")
55

6-
makedocs(modules=[ControlSystems])
6+
makedocs(modules=[ControlSystems], format=:html, sitename="ControlSystems")
77

88
# If not running travis, generate the plots here, even if we are not deploying
99
if get(ENV, "TRAVIS", "") == ""
@@ -15,14 +15,11 @@ end
1515
function myDeps()
1616
if get(ENV, "TRAVIS", "") != ""
1717
println("Installing deploy dependencies")
18-
run(`pip install --user pygments mkdocs`)
1918
makePlots()
2019
end
2120
end
2221

2322
deploydocs(
2423
repo = "github.com/JuliaControl/ControlSystems.jl.git",
25-
latest = "master",
26-
julia = "1.0",
2724
deps = myDeps
2825
)

0 commit comments

Comments
 (0)