Skip to content

Commit a851436

Browse files
authored
Turn off doctests while building docs (#1915)
* Turn off doctests while building docs
1 parent cf263ac commit a851436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using Documenter, Flux, NNlib, Functors, MLUtils
22

33
DocMeta.setdocmeta!(Flux, :DocTestSetup, :(using Flux); recursive = true)
44
makedocs(modules = [Flux, NNlib, Functors, MLUtils],
5-
doctest = VERSION == v"1.5",
5+
doctest = false,
66
sitename = "Flux",
77
pages = ["Home" => "index.md",
88
"Building Models" =>

0 commit comments

Comments
 (0)