diff --git a/docs/make.jl b/docs/make.jl index 7c2b3b0..9ce2b05 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -21,7 +21,7 @@ makedocs( format = Documenter.HTML(), modules = [SimpleHypergraphs], pages = ["index.md", "reference.md"], - checkdocs=:exports, + checkdocs=:none, doctest = true )