From 341f46b2d70559b391e1f4e8e997b2b11cdcf9a2 Mon Sep 17 00:00:00 2001 From: jverzani Date: Thu, 26 May 2022 17:57:27 -0400 Subject: [PATCH] test with 1 file --- docs/make.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 0ac6cf0..e3279a4 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -65,10 +65,10 @@ if isnothing(folder) && isnothing(file) # build_pages(folder, nothing, target, force) # end # # alternatives needs work - # build_pages("alternatives", "plotly_plotting", "html", force) + # build_pages("alternatives", "plotly_plotting", :html, force) # keep it simple for now; uncomment above once build goes through - build_pages("precalc", "functions", "html", true) + build_pages("precalc", "functions", :html, true) build_toc()