Skip to content

Commit ab5a9d4

Browse files
author
Karl Wessel
committed
activate doctests when building documentation
1 parent b5099d9 commit ab5a9d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
using Documenter, SymbolicUtils
22

33
include("pages.jl")
4+
DocMeta.setdocmeta!(SymbolicUtils, :DocTestSetup, :(using SymbolicUtils); recursive=true)
45

56
makedocs(
67
sitename="SymbolicUtils.jl",
78
authors="Shashi Gowda",
89
modules=[SymbolicUtils],
9-
clean=true,doctest=false,
10+
clean=true, doctest=true,
1011
warnonly=Documenter.except(
1112
:doctest,
1213
:linkcheck,

0 commit comments

Comments
 (0)