From 6cc8bc4eaa2f39b2a91c6a9118e04ec8328885b0 Mon Sep 17 00:00:00 2001 From: Yuto Horikawa Date: Mon, 8 Jul 2024 17:57:00 +0900 Subject: [PATCH] Update for Documenter v1 (#111) * update the compat version of Documenter * enable `warnonly=true` for now --- docs/Project.toml | 2 +- docs/make.jl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index f165446..38465a7 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -9,4 +9,4 @@ Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc" TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990" [compat] -Documenter = "0.26" +Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index 392f347..43255fc 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,6 +15,7 @@ makedocs(sitename = "ImageFeatures", ], "Function reference" => "function_reference.md", ], + warnonly = true, # TODO: add docstrings and remove this line ) deploydocs(repo = "github.com/JuliaImages/ImageFeatures.jl.git",