Skip to content

Commit

Permalink
Remove BuildSysImg module from the doc. (JuliaLang#30356)
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay authored and staticfloat committed Dec 11, 2018
1 parent 560e829 commit caa0273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit caa0273

Please sign in to comment.