From 19bfc5a9763bf16416f2a1cfa8d5d2c9e198ba9a Mon Sep 17 00:00:00 2001 From: Chris Rackauckas - Beep Boop Edition Date: Sat, 11 Jul 2026 17:17:49 +0000 Subject: [PATCH] Use SciMLTesting 2.1 QA docs check (#88) * Use SciMLTesting 2.1 QA docs check Co-Authored-By: Chris Rackauckas * Remove local QA source path Co-Authored-By: Chris Rackauckas --------- Co-authored-by: ChrisRackauckas-Claude --- Project.toml | 2 +- docs/src/index.md | 5 +++++ test/qa/Project.toml | 5 +---- test/qa/qa.jl | 1 + 4 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 docs/src/index.md diff --git a/Project.toml b/Project.toml index e3f50e6..3d6a09e 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ PrecompileTools = "1.1" Reexport = "0.2, 1.0" SafeTestsets = "0.1, 1" SciMLBase = "3.27" -SciMLTesting = "1" +SciMLTesting = "2.1" Test = "<0.0.1, 1" julia = "1.10" diff --git a/docs/src/index.md b/docs/src/index.md new file mode 100644 index 0000000..c21c3a8 --- /dev/null +++ b/docs/src/index.md @@ -0,0 +1,5 @@ +# MATLABDiffEq.jl + +```@autodocs +Modules = [MATLABDiffEq] +``` diff --git a/test/qa/Project.toml b/test/qa/Project.toml index 29ce1d4..b07e6f0 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -6,13 +6,10 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -[sources] -MATLABDiffEq = {path = "../.."} - [compat] Aqua = "0.8" JET = "0.9, 0.10, 0.11" SafeTestsets = "0.1, 1" -SciMLTesting = "1.7" +SciMLTesting = "2.1" Test = "<0.0.1, 1" julia = "1.10" diff --git a/test/qa/qa.jl b/test/qa/qa.jl index 42e0e84..d7fcd0c 100644 --- a/test/qa/qa.jl +++ b/test/qa/qa.jl @@ -3,6 +3,7 @@ using SciMLTesting, MATLABDiffEq, JET, Test run_qa( MATLABDiffEq; explicit_imports = true, + api_docs_kwargs = (; rendered = true), ei_kwargs = (; # DiffEqBase.__solve (SciMLBase-owned) is the documented solver extension # point re-exported by DiffEqBase, and the Symbolics-owned MATLABTarget is