From b40c1be84311f595298e3e160755f71aa41c286f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 19 Sep 2023 09:49:05 +0200 Subject: [PATCH] Update to Documenter v1 (#324) --- docs/Project.toml | 2 +- docs/make.jl | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 9b963154..6f8edf58 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,4 +7,4 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" Polyhedra = "67491407-f73d-577b-9b50-8179a7c68029" [compat] -Documenter = "0.26" +Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index 82c726c0..8c81ef49 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -24,8 +24,6 @@ makedocs( sitename = "Polyhedra", # See https://github.com/JuliaDocs/Documenter.jl/issues/868 format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"), - # See https://github.com/jump-dev/JuMP.jl/issues/1576 - strict = true, pages = [ "Index" => "index.md", "Installation" => "installation.md",