Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] update to Documenter@1.0.0 #3501

Merged
merged 10 commits into from
Sep 16, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

import Pkg
Pkg.pkg"add Documenter#2fabe9c3bd40b6288c3d86d96c6031728b2d92ad"
Pkg.pkg"add Documenter#afeb75d1b2abc7166752c5e00675c8b62ee0bea3"
odow marked this conversation as resolved.
Show resolved Hide resolved

import Documenter
import Downloads
Expand Down Expand Up @@ -549,6 +549,7 @@ write(joinpath(@__DIR__, "src", "JuMP.pdf"), "")
sidebar_sitename = false,
# Do no check for large pages.
size_threshold = nothing,
example_size_threshold = 1,
odow marked this conversation as resolved.
Show resolved Hide resolved
),
modules = [JuMP, MOI],
checkdocs = :none,
Expand Down
Loading