Skip to content

Commit

Permalink
Merge pull request JuliaLang#25623 from mortenpi/doc-build-updates
Browse files Browse the repository at this point in the history
Additional Documenter updates
  • Loading branch information
JeffBezanson committed Jan 18, 2018
2 parents 71173e4 + 035a4bb commit 0379a38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ end
makedocs(
build = joinpath(pwd(), "_build/html/en"),
modules = [Base, Core, BuildSysImg, [Base.root_module(stdlib.stdlib) for stdlib in STDLIB_DOCS]...],
clean = false,
clean = true,
doctest = "doctest" in ARGS,
linkcheck = "linkcheck" in ARGS,
linkcheck_ignore = ["https://bugs.kde.org/show_bug.cgi?id=136779"], # fails to load from nanosoldier?
Expand All @@ -163,6 +163,7 @@ makedocs(
analytics = "UA-28835595-6",
pages = PAGES,
html_prettyurls = ("deploy" in ARGS),
html_canonical = ("deploy" in ARGS) ? "https://docs.julialang.org/en/stable/" : nothing,
)

if "deploy" in ARGS
Expand Down

0 comments on commit 0379a38

Please sign in to comment.