Skip to content

Commit

Permalink
deactivate doctests when building the main documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Nov 3, 2018
1 parent ad626e9 commit a8d7ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ENV["GKSwstype"] = "100" # set 'GR environment' to 'no output' (for Travis CI)
using Documenter, LazySets, Polyhedra

makedocs(
doctest = true, # use this flag to skip doctests (saves time!)
doctest = false,
modules = [LazySets, Approximations],
format = :html,
assets = ["assets/juliareach.css"],
Expand Down

0 comments on commit a8d7ee2

Please sign in to comment.