Skip to content

Commit

Permalink
Fix a deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Jun 25, 2024
1 parent d940351 commit 37260ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gallery, postprocess_cb, gallery_assets = makedemos("gallery")
makedocs(;
modules=[AlgebraOfGraphics],
authors="Pietro Vertechi",
repo="https://github.com/MakieOrg/AlgebraOfGraphics.jl/blob/{commit}{path}#{line}",
repo=Documenter.Remotes.GitHub("MakieOrg", "AlgebraOfGraphics.jl"),
sitename="Algebra of Graphics",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
Expand Down

0 comments on commit 37260ec

Please sign in to comment.