Skip to content

Commit 36a492c

Browse files
KristofferCJeffBezanson
authored andcommitted
correct usage of modules in Documenter (#25471)
1 parent b6b6821 commit 36a492c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ end
145145

146146
makedocs(
147147
build = joinpath(pwd(), "_build/html/en"),
148-
modules = [Base, Core, BuildSysImg, [Module(stdlib.stdlib) for stdlib in STDLIB_DOCS]...],
148+
modules = [Base, Core, BuildSysImg, [Base.root_module(stdlib.stdlib) for stdlib in STDLIB_DOCS]...],
149149
clean = false,
150150
doctest = "doctest" in ARGS,
151151
linkcheck = "linkcheck" in ARGS,

0 commit comments

Comments
 (0)