Skip to content

Commit

Permalink
Update Documenter to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Feb 20, 2020
1 parent 0eacd58 commit 58f73ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"

[compat]
Documenter = "~0.21"
NLPModels = "0.10.0, 1"
Documenter = "~0.24"
NLPModels = "0.11"
10 changes: 3 additions & 7 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ makedocs(
doctest = true,
linkcheck = true,
strict = true,
assets = ["assets/style.css"],
format = Documenter.HTML(
prettyurls = get(ENV, "CI", nothing) == "true"
prettyurls = get(ENV, "CI", nothing) == "true",
assets = ["assets/style.css"],
),
sitename = "AmplNLReader.jl",
pages = Any["Home" => "index.md",
"API" => "api.md",
"Reference" => "reference.md"]
)

deploydocs(deps = nothing, make = nothing,
repo = "github.com/JuliaSmoothOptimizers/AmplNLReader.jl.git",
target = "build",
devbranch = "master"
)
deploydocs(repo = "github.com/JuliaSmoothOptimizers/AmplNLReader.jl.git")

0 comments on commit 58f73ec

Please sign in to comment.