From 61929125decb0333b72505fcb17e1a55f76aa575 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Sat, 30 Sep 2023 21:55:58 -0700 Subject: [PATCH] set warnonly=true --- docs/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index e85cc7ad..dfb0a626 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -10,7 +10,8 @@ makedocs( "Simulating.md", "Analysis.md", "AutomaticMechanismAnalysis.md" - ] + ], + warnonly=true, ) deploydocs(