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(;