From 05532d4f9d52b5a80edcaa8d8b32d20ada56e458 Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Fri, 2 Jan 2026 22:27:18 -0500 Subject: [PATCH] Add `inventory_version` argument to `Documenter.HTML()` Gets rid of the warning when running `makedocs()` --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/make.jl b/docs/make.jl index 7c5fe13..7ff5487 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -41,6 +41,7 @@ makedocs( ] ], format = Documenter.HTML( + inventory_version = "", prettyurls = ("CI" in keys(ENV)) ) )