Skip to content

Commit affcfdd

Browse files
Use strict SciMLTesting and Documenter defaults (#172)
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent a628748 commit affcfdd

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ JET = "0.9, 0.10, 0.11"
2424
PrettyTables = "3"
2525
RuntimeGeneratedFunctions = "0.5.12"
2626
SafeTestsets = "0.0.1, 0.1"
27-
SciMLTesting = "2.1"
27+
SciMLTesting = "2.4"
2828
StaticArrays = "1.9"
2929
StaticArraysCore = "1.4"
3030
Test = "1"

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ makedocs(
99
sitename = "SymbolicIndexingInterface.jl",
1010
authors = "Chris Rackauckas",
1111
modules = [SymbolicIndexingInterface],
12-
clean = true, doctest = false,
12+
clean = true,
1313
format = Documenter.HTML(
1414
analytics = "UA-90474609-3",
1515
assets = ["assets/favicon.ico"],

test/qa/qa.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ run_qa(
2121
all_qualified_accesses_are_public = (; ignore = (:init, :ismutable, :Fix1)),
2222
all_explicit_imports_are_public = (; ignore = (:similar_type,)),
2323
),
24-
api_docs_kwargs = (; rendered = true),
2524
)

0 commit comments

Comments
 (0)