From 0db9d45e6eef07ddbd1da58116caef837ad37216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Riedemann?= <38795484+longemen3000@users.noreply.github.com> Date: Tue, 27 Feb 2024 20:33:49 -0300 Subject: [PATCH] Update docs/make.jl --- docs/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 05a8fd8b..b023f825 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -12,9 +12,10 @@ makedocs(; repo="https://github.com/JuliaData/CSV.jl/blob/{commit}{path}#{line}", sitename="CSV.jl", authors="Jacob Quinn", + warnonly = Documenter.except(), ) deploydocs(; repo="github.com/JuliaData/CSV.jl", devbranch = "main" -) \ No newline at end of file +)