From 15e680c439dcd66e4c2e0ac777a62b0d5432d89a Mon Sep 17 00:00:00 2001 From: tpoisot Date: Wed, 9 Oct 2024 16:44:36 -0400 Subject: [PATCH] doc: bib --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index fed4bbb..14bbce0 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -18,13 +18,13 @@ for usecase in usecases end makedocs( - bibliography; sitename="SpeciesInteractionNetworks", authors="Timothée Poisot", modules=[SpeciesInteractionNetworks], format=MarkdownVitepress( repo="github.com/PoisotLab/SpeciesInteractionNetworks.jl", ), + plugins = [bibliography] ) deploydocs(;