Skip to content

Commit

Permalink
Enable doctests (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff authored and nalimilan committed Jul 8, 2017
1 parent 4c5b66a commit 8bdf091
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 @@ -6,7 +6,7 @@ using Documenter, DataFrames
makedocs(
# options
modules = [DataFrames],
doctest = false,
doctest = true,
clean = false,
sitename = "DataFrames.jl",
format = Documenter.Formats.HTML,
Expand Down

0 comments on commit 8bdf091

Please sign in to comment.