Skip to content

Commit

Permalink
reintroduce prettyurls, I might have lost them somewhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Nov 16, 2023
1 parent bc45079 commit da9743e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ tutorials_menu =
bib = CitationBibliography(joinpath(@__DIR__, "src", "references.bib"); style=:alpha)
makedocs(;
format=Documenter.HTML(;
prettyurls=false, assets=["assets/favicon.ico", "assets/citations.css"]
prettyurls = get(ENV, "CI", nothing) == "true" || ("--prettyurls" ARGS),
false, assets=["assets/favicon.ico", "assets/citations.css"]
),
modules=[
Manopt,
Expand Down

0 comments on commit da9743e

Please sign in to comment.