Skip to content

Commit

Permalink
Attempt 2 to fix documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsipher committed Apr 4, 2019
1 parent 0d6db6a commit 454f13b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

JuMP = "4076af6c-e467-56ae-b986-b466b2749572"

[compat]
Documenter = "~0.21"
1 change: 0 additions & 1 deletion docs/REQUIRE

This file was deleted.

9 changes: 6 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Documenter, FlexJuMP
using Documenter, FlexJuMP, JuMP

makedocs(modules = [FlexJuMP],
doctest=true,html_prettyurls = get(ENV, "CI", nothing) == "true"
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
sitename = "FlexJuMP.jl - A Framework for Flexibility Analysis",
authors = "Joshua Pulsipher",
pages = ["Home" => "index.md",
Expand All @@ -11,5 +11,8 @@ makedocs(modules = [FlexJuMP],
"Library" => "api.md"])

deploydocs(
repo = "github.com/pulsipher/FlexJuMP.jl.git"
repo = "github.com/pulsipher/FlexJuMP.jl.git",
target = "build",
deps = nothing,
make = nothing
)
2 changes: 1 addition & 1 deletion src/FlexJuMP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ index problem. Thus, basic functionality uses [`FlexibilityModel`](@ref), [`@ran
- [`ismeanfeasible`](@ref)
- [`findcenteredmean`](@ref)
- [`getflexibilityindex`](@ref)
- ['getsolutiontime'](@ref)
- [`getsolutiontime`](@ref)
- [`getconfidencelevel`](@ref)
- [`getactiveconstraints`](@ref)
- [`rankinequalities`](@ref)
Expand Down

0 comments on commit 454f13b

Please sign in to comment.