Skip to content

Commit

Permalink
Turn off doctests while building docs (#1915)
Browse files Browse the repository at this point in the history
* Turn off doctests while building docs
  • Loading branch information
Saransh-cpp committed Mar 24, 2022
1 parent cf263ac commit a851436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Expand Up @@ -2,7 +2,7 @@ using Documenter, Flux, NNlib, Functors, MLUtils

DocMeta.setdocmeta!(Flux, :DocTestSetup, :(using Flux); recursive = true)
makedocs(modules = [Flux, NNlib, Functors, MLUtils],
doctest = VERSION == v"1.5",
doctest = false,
sitename = "Flux",
pages = ["Home" => "index.md",
"Building Models" =>
Expand Down

0 comments on commit a851436

Please sign in to comment.