Skip to content

Commit e91f0b9

Browse files
authored
Update make.jl
1 parent 5ea2812 commit e91f0b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ makedocs(;
1515
canonical="https://JuliaSMLM.github.io/SMLMSim.jl",
1616
assets=String[],
1717
),
18-
doctest = true,
18+
doctest = false,
1919
pages=[
2020
"Home" => "index.md",
2121
"Core Components" => [
@@ -40,4 +40,4 @@ makedocs(;
4040
deploydocs(;
4141
repo="github.com/JuliaSMLM/SMLMSim.jl",
4242
devbranch = "main"
43-
)
43+
)

0 commit comments

Comments
 (0)