Skip to content

Commit 0fc22c0

Browse files
committed
fix doc build
1 parent 2e25068 commit 0fc22c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/display.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616
function Base.show(io::IO, mm::MIME"text/html", p::SyncPlot)
1717
# if we are rendering docs -- short circuit and display html
1818
if get_renderer() == DOCS
19-
return show(io, mm, p.plot, full_html=false, include_plotlyjs="require-loaded", include_mathjax=false)
19+
return show(io, mm, p.plot, full_html=false, include_plotlyjs="require-loaded", include_mathjax=missing)
2020
end
2121
show(io, mm, p.scope)
2222
end

0 commit comments

Comments
 (0)