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