Skip to content

Commit

Permalink
Updated docs build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwfrost committed Nov 28, 2016
1 parent fbe4394 commit a9264de
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
push!(LOAD_PATH,"../src")

using Documenter, LSODA

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

Expand Down

0 comments on commit a9264de

Please sign in to comment.