Skip to content

Commit

Permalink
Fix documentation generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasvarga committed Jan 22, 2024
1 parent b801e05 commit 46f6132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 46f6132

Please sign in to comment.