From caa0273557dc172fd54bbc3a34fe171390b8eb74 Mon Sep 17 00:00:00 2001 From: WooKyoung Noh Date: Wed, 12 Dec 2018 07:25:36 +0900 Subject: [PATCH] Remove BuildSysImg module from the doc. (#30356) --- doc/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make.jl b/doc/make.jl index f0862a4b8e9d4..f1434ed713f5b 100644 --- a/doc/make.jl +++ b/doc/make.jl @@ -167,7 +167,7 @@ end makedocs( build = joinpath(buildroot, "doc", "_build", (render_pdf ? "pdf" : "html"), "en"), - modules = [Base, Core, BuildSysImg, [Base.root_module(Base, stdlib.stdlib) for stdlib in STDLIB_DOCS]...], + modules = [Base, Core, [Base.root_module(Base, stdlib.stdlib) for stdlib in STDLIB_DOCS]...], clean = true, doctest = ("doctest=fix" in ARGS) ? (:fix) : ("doctest=true" in ARGS) ? true : false, linkcheck = "linkcheck=true" in ARGS,