From ae2fd7fea4c53dac8f5170855258de1d1abf7aa1 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Fri, 15 Nov 2024 09:31:26 -0500 Subject: [PATCH] Fix docs generation --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 98cb2d4..4a63669 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -4,7 +4,6 @@ using Clipper makedocs( # See https://github.com/JuliaDocs/Documenter.jl/issues/868 format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"), - strict = true, sitename = "Clipper", pages = [ "Home" => "index.md",