Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ using Coverage
using DifferentiationInterface
using Plots
using CairoMakie: CairoMakie, Makie # qualified `using`: loads CairoMakie and exposes
# CairoMakie/Makie without importing Makie's `plot`/`plot!`
# into Main (avoids clashing with Plots in `@docs` blocks).
# CairoMakie/Makie without importing Makie's `plot`/`plot!`
# into Main (avoids clashing with Plots in `@docs` blocks).

# DocumenterVitepress picks the highest-priority MIME type a plot object responds to
# (image/png: 4.0 over image/svg+xml: 3.0) — the opposite of Documenter.HTML, which
Expand Down