Skip to content

Commit 44d4fce

Browse files
fix type of modules
1 parent 5796f92 commit 44d4fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cp(joinpath(dir, "README.md"), joinpath(dir, "docs", "src", "index.md"), force =
55

66
makedocs(sitename = "SciML Style Guide for Julia",
77
authors = "Chris Rackauckas",
8-
modules = [],
8+
modules = Module[],
99
clean = true, doctest = false,
1010
strict = [
1111
:doctest,

0 commit comments

Comments
 (0)