From 4dbe871605a6cd42539f86647ede03f06a9f3cd5 Mon Sep 17 00:00:00 2001 From: Humberto Date: Fri, 27 Sep 2024 00:16:32 +0100 Subject: [PATCH] change makeLocal to force docstests --- docs/makeLocal.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/makeLocal.jl b/docs/makeLocal.jl index 90c57b94..abf79139 100644 --- a/docs/makeLocal.jl +++ b/docs/makeLocal.jl @@ -26,7 +26,7 @@ EXAMPLES_PAGES = Any[ makedocs( sitename = "XCALibre.jl", format = Documenter.HTML(), - doctest = false, # only set to false when sorting out docs structure + # doctest = false, # only set to false when sorting out docs structure modules = [XCALibre], pages = [ "Home" => "index.md",