Skip to content

Commit d1f5ad9

Browse files
committed
keep require-loaded in docs render
1 parent 365c35f commit d1f5ad9

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")
19+
return show(io, mm, p.plot, full_html=false, include_plotlyjs="require-loaded")
2020
end
2121
show(io, mm, p.scope)
2222
end

0 commit comments

Comments
 (0)