We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffae56a commit b39cc72Copy full SHA for b39cc72
GNNGraphs/docs/make.jl
@@ -19,7 +19,7 @@ mathengine = MathJax3(Dict(:loader => Dict("load" => ["[tex]/require", "[tex]/ma
19
20
makedocs(;
21
modules = [GNNGraphs],
22
- doctest = true, # TODO enable doctest
+ doctest = false, # TODO enable doctest
23
format = Documenter.HTML(; mathengine,
24
prettyurls = get(ENV, "CI", nothing) == "true",
25
assets = [],
0 commit comments