Skip to content

Commit 3c0c52b

Browse files
committed
Turn off doctests while building docs
The doctests never run while building the docs because of the pinned julia version; hence, they currently are switched off indirectly. For more information see - FluxML/Flux.jl#1914
1 parent 00c1261 commit 3c0c52b

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
@@ -3,7 +3,7 @@ using Documenter, Functors
33
DocMeta.setdocmeta!(Functors, :DocTestSetup, :(using Functors); recursive = true)
44

55
makedocs(modules = [Functors],
6-
doctest = VERSION == v"1.6",
6+
doctest = false,
77
sitename = "Functors.jl",
88
pages = ["Home" => "index.md",
99
"API" => "api.md"],

0 commit comments

Comments
 (0)