Skip to content

Commit

Permalink
Docs: no pretty urls outside of CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Dec 17, 2018
1 parent fef2421 commit 3cfc810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Documenter, GPUArrays

makedocs(
modules = [GPUArrays],
format = Documenter.HTML(),
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
sitename = "GPUArrays.jl",
pages = [
"Home" => "index.md",
Expand Down

0 comments on commit 3cfc810

Please sign in to comment.