From 98ea389174a0cd78763fb2ff053abd4d13e08a78 Mon Sep 17 00:00:00 2001 From: Arno Strouwen Date: Sat, 16 Sep 2023 20:02:55 +0200 Subject: [PATCH] try documenter 1.0 upgrade --- docs/Project.toml | 2 +- docs/make.jl | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index b32ced196..05f63912d 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,5 +3,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" [compat] -Documenter = "0.27" +Documenter = "1" LinearSolve = "1, 2" diff --git a/docs/make.jl b/docs/make.jl index 677921189..0a96f15d1 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -12,14 +12,6 @@ makedocs(sitename = "LinearSolve.jl", authors = "Chris Rackauckas", modules = [LinearSolve, LinearSolve.SciMLBase], clean = true, doctest = false, linkcheck = true, - strict = [ - :doctest, - :linkcheck, - :parse_error, - :example_block, - # Other available options are - # :autodocs_block, :cross_references, :docs_block, :eval_block, :example_block, :footnote, :meta_block, :missing_docs, :setup_block - ], format = Documenter.HTML(assets = ["assets/favicon.ico"], canonical = "https://docs.sciml.ai/LinearSolve/stable/"), pages = pages)