Skip to content

Commit a628748

Browse files
Enable rendered public API docs QA (#171)
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent 42bf32d commit a628748

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

test/qa/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[deps]
2+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
23
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
34
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
45
SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283"
56
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
67
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
78

89
[compat]
10+
Aqua = "0.8"
911
JET = "0.9, 0.10, 0.11"
1012
SafeTestsets = "0.0.1, 0.1"
1113
SciMLTesting = "2.1"

test/qa/qa.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ using Test
1616
run_qa(
1717
SymbolicIndexingInterface;
1818
explicit_imports = true,
19+
api_docs = true,
1920
ei_kwargs = (;
2021
all_qualified_accesses_are_public = (; ignore = (:init, :ismutable, :Fix1)),
2122
all_explicit_imports_are_public = (; ignore = (:similar_type,)),
2223
),
24+
api_docs_kwargs = (; rendered = true),
2325
)

0 commit comments

Comments
 (0)