From b21eb6247e7c087a2079616571bc1c586e2be464 Mon Sep 17 00:00:00 2001 From: Abhro R <5664668+abhro@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:34:27 -0400 Subject: [PATCH] Add DocumenterCitations as a doc dependency --- docs/Project.toml | 1 + docs/install.jl | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 0640d86a6..2363fbeab 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,5 +1,6 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" +DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" [compat] diff --git a/docs/install.jl b/docs/install.jl index 668ee82dc..79041a530 100644 --- a/docs/install.jl +++ b/docs/install.jl @@ -1,4 +1,5 @@ using LibGit2, Pkg, TOML, UUIDs +using DocumenterCitations # This prepares the documentation for all JuliaAstro packages to be built. # It installs the latest versions of all JuliaAstro packages and prepares