Skip to content

Commit

Permalink
don't require git remotes to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jollywatt committed Aug 21, 2024
1 parent 718dc54 commit f802eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
Documenter = "1"
DocumenterCitations = "1.2"
DocumenterCitations = "1.2"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function make(; kwargs...)
)),
assets = ["assets/favicon.ico"],
);
remotes=nothing,
kwargs...
)
end
Expand Down

0 comments on commit f802eca

Please sign in to comment.