From 4b6a13e1b59e040e410298a237de7a8df6b86df1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 4 Feb 2026 01:45:45 +0000 Subject: [PATCH] CompatHelper: bump compat for DocumenterVitepress to 0.3 for package docs, (keep existing compat) --- docs/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index ca4a4bd..5e5ea02 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -15,9 +15,9 @@ path = ".." [compat] CairoMakie = "0.15" DifferentiationInterface = "0.7" -Documenter = "1" -DocumenterVitepress = "0.2" Distributions = "0.25" +Documenter = "1" +DocumenterVitepress = "0.2, 0.3" Enzyme = "0.13" Porosity = "0.1" UnPack = "1"