File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ makedocs(
99 modules = [DiffMatic],
1010 pages = [" Introduction" => " index.md" , " API Reference" => " api.md" ],
1111 checkdocs = :exports ,
12+ doctest = false , # doctests are run separately
1213)
1314
1415deploydocs (repo = " https://github.com/asterycs/DiffMatic.jl" )
Original file line number Diff line number Diff line change 11[deps ]
22Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
3+ Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
34Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
45
56[compat ]
67Aqua = " 0.8"
8+ Documenter = " 1.10"
79Test = " 1.10"
Original file line number Diff line number Diff line change 22# License, v. 2.0. If a copy of the MPL was not distributed with this
33# file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
5+ using Documenter
56using Test
67
78include (" TestUtils.jl" )
2122@testset " StdTest" begin
2223 include (" StdTest.jl" )
2324end
25+
26+ DocMeta. setdocmeta! (DiffMatic, :DocTestSetup , :(using DiffMatic); recursive = true )
27+ doctest (DiffMatic)
You can’t perform that action at this time.
0 commit comments