diff --git a/docs/make.jl b/docs/make.jl index 06c7a1e..785e405 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,7 +1,7 @@ using Documenter, DescriptorSystems DocMeta.setdocmeta!(DescriptorSystems, :DocTestSetup, :(using DescriptorSystems); recursive=true) -makedocs( +makedocs(warnonly = true, modules = [DescriptorSystems], sitename = "DescriptorSystems.jl", authors = "Andreas Varga",