From 90258effd332bf7c60cb755f5296f9b3e4a8d18f Mon Sep 17 00:00:00 2001 From: Seth Axen Date: Fri, 6 Dec 2024 14:59:33 +0100 Subject: [PATCH] Switch back to numeric style --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 20f76117..35f69aae 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -5,7 +5,7 @@ using DocumenterInterLinks DocMeta.setdocmeta!(Pathfinder, :DocTestSetup, :(using Pathfinder); recursive=true) -bib = CitationBibliography(joinpath(@__DIR__, "src", "references.bib"); style=:alpha) +bib = CitationBibliography(joinpath(@__DIR__, "src", "references.bib"); style=:numeric) links = InterLinks( "AdvancedHMC" => "https://turinglang.org/AdvancedHMC.jl/stable/",