From f16ed012f52fb4b57726323900ba2a93217d39a6 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Thu, 16 Jul 2026 15:27:05 -0400 Subject: [PATCH] Enable FunctionProperties rendered docs QA Co-Authored-By: Chris Rackauckas --- test/qa/qa.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/qa/qa.jl b/test/qa/qa.jl index b228582..a19b3fe 100644 --- a/test/qa/qa.jl +++ b/test/qa/qa.jl @@ -33,6 +33,7 @@ using SciMLTesting, FunctionProperties, JET, Test # ignored in the public-API checks. run_qa( FunctionProperties; + api_docs_kwargs = (; rendered = true), explicit_imports = true, ei_kwargs = (; all_explicit_imports_are_public = (; ignore = (:GotoIfNot,)),