From e34c6f701a919494a772e0da524c22326b491148 Mon Sep 17 00:00:00 2001 From: noahbenson Date: Wed, 20 Oct 2021 20:56:28 -0700 Subject: [PATCH] strict doc building for the doctests only --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index ac9e1d8..f8a42d2 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -14,7 +14,7 @@ makedocs(; repo="https://github.com/noahbenson/Air.jl/blob/{commit}{path}#L{line}", sitename="Air.jl", authors="Noah C. Benson", - strict=true, + strict=:doctest, #assets=String[], )