Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwfrost committed Nov 28, 2016
1 parent 8c2472e commit d1195a9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@ using Documenter, LSODA

makedocs(
modules=[LSODA],
clean = false,
format = :html,
sitename = "LSODA.jl",
pages = Any[
"Home" => "index.md"
]
doctest = false
)

deploydocs(
deps = Deps.pip("mkdocs","python-markdown-math"),
repo = "github.com/rveltz/LSODA.jl.git",
target = "build",
julia = "release"
)

0 comments on commit d1195a9

Please sign in to comment.