Skip to content

Commit

Permalink
[docs] update to Documenter@1.0.0 (#3501)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 16, 2023
1 parent 9037ed9 commit 68f1cd0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Clarabel = "=0.5.1"
DataFrames = "1"
DimensionalData = "0.24"
Distributions = "0.25"
Documenter = "0.27.9, 0.28"
Documenter = "=1.0.0"
Dualization = "0.5"
GLPK = "=1.1.2"
HTTP = "1.5.4"
Expand Down
18 changes: 14 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

import Pkg
Pkg.pkg"add Documenter#2fabe9c3bd40b6288c3d86d96c6031728b2d92ad"

import Documenter
import Downloads
import Literate
import MathOptInterface
import Pkg
import Test
import TOML

Expand Down Expand Up @@ -555,7 +553,19 @@ write(joinpath(@__DIR__, "src", "JuMP.pdf"), "")
assets = ["assets/extra_styles.css"],
sidebar_sitename = false,
# Do no check for large pages.
size_threshold = nothing,
size_threshold_ignore = [
"changelog.md",
"release_notes.md",
"api/JuMP.md",
"tutorials/getting_started/getting_started_with_data_and_plotting.md",
"moi/changelog.md",
"moi/release_notes.md",
"moi/reference/models.md",
"moi/reference/standard_form.md",
"moi/submodules/Bridges/list_of_bridges.md",
"moi/submodules/Bridges/reference.md",
"moi/submodules/Utilities/reference.md",
],
),
modules = [JuMP, MOI],
checkdocs = :none,
Expand Down

0 comments on commit 68f1cd0

Please sign in to comment.