From f802eca68955a5d1a549a8a05158aba255fc840c Mon Sep 17 00:00:00 2001 From: jollywatt Date: Wed, 7 Aug 2024 23:30:22 +1200 Subject: [PATCH] don't require git remotes to build docs --- docs/Project.toml | 2 +- docs/make.jl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index f4f60bb..87641e6 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -8,4 +8,4 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] Documenter = "1" -DocumenterCitations = "1.2" \ No newline at end of file +DocumenterCitations = "1.2" diff --git a/docs/make.jl b/docs/make.jl index aa89f8e..7815279 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -49,6 +49,7 @@ function make(; kwargs...) )), assets = ["assets/favicon.ico"], ); + remotes=nothing, kwargs... ) end