Skip to content

Commit b39cc72

Browse files
doctest false
1 parent ffae56a commit b39cc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNNGraphs/docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mathengine = MathJax3(Dict(:loader => Dict("load" => ["[tex]/require", "[tex]/ma
1919

2020
makedocs(;
2121
modules = [GNNGraphs],
22-
doctest = true, # TODO enable doctest
22+
doctest = false, # TODO enable doctest
2323
format = Documenter.HTML(; mathengine,
2424
prettyurls = get(ENV, "CI", nothing) == "true",
2525
assets = [],

0 commit comments

Comments
 (0)