We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5099d9 commit ab5a9d4Copy full SHA for ab5a9d4
docs/make.jl
@@ -1,12 +1,13 @@
1
using Documenter, SymbolicUtils
2
3
include("pages.jl")
4
+DocMeta.setdocmeta!(SymbolicUtils, :DocTestSetup, :(using SymbolicUtils); recursive=true)
5
6
makedocs(
7
sitename="SymbolicUtils.jl",
8
authors="Shashi Gowda",
9
modules=[SymbolicUtils],
- clean=true,doctest=false,
10
+ clean=true, doctest=true,
11
warnonly=Documenter.except(
12
:doctest,
13
:linkcheck,
0 commit comments