From 3c94aba9bb836efa0d49cc88022fe463aaf61812 Mon Sep 17 00:00:00 2001 From: Duncan Eddy Date: Mon, 27 May 2024 18:08:34 -0700 Subject: [PATCH] Set prettyurls to always true per documentation --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index bdf5cb3..9bfdc7d 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -19,7 +19,7 @@ makedocs( canonical="https://sisl.github.io/SatelliteDynamics.jl", edit_link="main", assets=String[], - prettyurls = get(ENV, "CI", nothing) == "true" + prettyurls = "true" ), sitename = "SatelliteDynamics.jl", authors = "Duncan Eddy",