From 384eba7c598626eea784c9ef0b56f96b43283473 Mon Sep 17 00:00:00 2001 From: Iago Leal Date: Thu, 30 Jan 2025 17:31:40 -0300 Subject: [PATCH] docs: Only require exported docstrings --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/make.jl b/docs/make.jl index fba5e49..21e976c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -7,6 +7,7 @@ DocMeta.setdocmeta!(Hodge, :DocTestSetup, :(using Hodge); recursive=true) makedocs( sitename = "Hodge.jl", authors = "Iago Leal de Freitas", + checkdocs = :exports, format = Documenter.HTML( prettyurls = !("local" in ARGS), canonical = "https://iagoleal.github.io/Hodge.jl/dev/",