Skip to content

Commit

Permalink
fix type of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Oct 10, 2022
1 parent 5796f92 commit 44d4fce
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
Expand Up @@ -5,7 +5,7 @@ cp(joinpath(dir, "README.md"), joinpath(dir, "docs", "src", "index.md"), force =

makedocs(sitename = "SciML Style Guide for Julia",
authors = "Chris Rackauckas",
modules = [],
modules = Module[],
clean = true, doctest = false,
strict = [
:doctest,
Expand Down

0 comments on commit 44d4fce

Please # to comment.