diff --git a/test/runtests.jl b/test/runtests.jl index e5a0b5f..b56c2c7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -9,7 +9,7 @@ using Documenter: doctest @testset "CoordinateTransformations" begin - doctest(CoordinateTransformations) + doctest(CoordinateTransformations, manual=false) include("core.jl") include("coordinatesystems.jl") include("affine.jl")